engineFreeTXD | Multi Theft Auto: Wiki Skip to content

engineFreeTXD

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function is used to un-assign the specified TXD ID from the engineRequestTXD assignment.

Syntax

engineFreeTXD ( )

Code Examples

client
-- TODO
-- Allocate
local newTxdId = engineRequestTXD("MYTEX")
-- Remove
engineFreeTXD(newTxdId)

See Also

Engine Functions
Engine Elements