SendLoadingScreenMessage
Docslocal retval = SendLoadingScreenMessage(jsonString)Description
Sends a message to the loadingScreen NUI frame, which contains the HTML page referenced in loadscreen resources.
Parameters
| Name | Type | Description |
|---|---|---|
jsonString | char* | The JSON-encoded message. |
Returns
BOOLReturns TRUE (1) or FALSE (0).