Native referenceFiveMclient

CREATE_RUNTIME_TXD

0x1F3AC778 CFX
FUNCTION SIGNATURE
long CREATE_RUNTIME_TXD(char* name);
Property Value
Native Name CREATE_RUNTIME_TXD
Hash 0x1F3AC778
Return Type long
API Set client
Parameters name (char*)

Description: Creates a runtime texture dictionary with the specified name. Example:

local txd = CreateRuntimeTxd('meow')

Parameters

  • name (char*) — The name for the runtime TXD.
Back to CFX