| 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.