Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 382 Bytes

File metadata and controls

20 lines (16 loc) · 382 Bytes
ns
SCRIPT

SET_NO_LOADING_SCREEN

// 0x5262CC1995D07E09 0xC8055034
void SET_NO_LOADING_SCREEN(BOOL toggle);

Doesn't seem to do anything. Set value can be retrieved using GET_NO_LOADING_SCREEN.

Parameters

  • toggle: Enabled/Disable

Examples

SetNoLoadingScreen(true)
print(GetNoLoadingScreen()) -- will return true