| Property | Value |
|---|---|
| Native Name | SET_NO_LOADING_SCREEN |
| Hash | 0x5262CC1995D07E09 |
| Return Type | void |
| Parameters | toggle (BOOL) |
Description: Doesn't seem to do anything. Set value can be retrieved using GET_NO_LOADING_SCREEN.
Parameters
toggle(BOOL) — Enabled/Disable
Examples
SetNoLoadingScreen(true)
print(GetNoLoadingScreen()) -- will return true