Native referenceRedMclient

CREATE_DUI

0x23EAF899 CFX
FUNCTION SIGNATURE
long CREATE_DUI(char* url, int width, int height);
Property Value
Native Name CREATE_DUI
Hash 0x23EAF899
Return Type long
API Set client
Parameters url (char*), width (int), height (int)

Description: Creates a DUI browser. This can be used to draw on a runtime texture using CREATE_RUNTIME_TEXTURE_FROM_DUI_HANDLE.

Parameters

  • url (char*) — The initial URL to load in the browser.
  • width (int) — The width of the backing surface.
  • height (int) — The height of the backing surface.
Back to CFX