Native referenceFiveMclient

CREATE_RUNTIME_TEXTURE_FROM_DUI_HANDLE

0xB135472B CFX
FUNCTION SIGNATURE
long CREATE_RUNTIME_TEXTURE_FROM_DUI_HANDLE(long txd, char* txn, char* duiHandle);
Property Value
Native Name CREATE_RUNTIME_TEXTURE_FROM_DUI_HANDLE
Hash 0xB135472B
Return Type long
API Set client
Parameters txd (long), txn (char*), duiHandle (char*)

Description: Creates a runtime texture from a DUI handle.

Parameters

  • txd (long) — A handle to the runtime TXD to create the runtime texture in.
  • txn (char*) — The name for the texture in the runtime texture dictionary.
  • duiHandle (char*) — The DUI handle returned from GET_DUI_HANDLE.
Back to CFX