CREATE_DUI
Creates a DUI browser. This can be used to draw on a runtime texture using CREATE_RUNTIME_TEXTURE_FROM_DUI_HANDLE.
CFX
Signature
lua
CreateDui(url, 0, 0)
-- returns longParameters
| Name | Type | Description |
|---|---|---|
| char* | The initial URL to load in the browser. | |
| int | The width of the backing surface. | |
| int | The height of the backing surface. |
Usage
lua
CreateDui(url, 0, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
