Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 342 Bytes

HasScriptLoaded.md

File metadata and controls

19 lines (15 loc) · 342 Bytes
ns
SCRIPT

HAS_SCRIPT_LOADED

// 0xE6CC9F3BA0FB9EF1 0x5D67F751
BOOL HAS_SCRIPT_LOADED(char* scriptName);
Returns if a script has been loaded into the game. Used to see if a script was loaded after requesting.  
For a full list, see here: pastebin.com/yLNWicUi  

Parameters

  • scriptName:

Return value