MCPcopy Create free account
hub / github.com/adventuregamestudio/ags / is_inside_script

Function is_inside_script

Engine/script/script.cpp:882–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882bool is_inside_script()
883{
884 return inside_script > 0;
885}
886
887ExecutingScript *get_executingscript()
888{

Callers 14

check_keyboard_controlsFunction · 0.85
check_gamepad_controlsFunction · 0.85
GameLoopUntilEventFunction · 0.85
restore_game_dialog2Function · 0.85
save_game_dialog2Function · 0.85
Game_ScanSaveSlotsFunction · 0.85
schedule_save_gameFunction · 0.85
restart_gameFunction · 0.85
RestoreGameSlotFunction · 0.85
RunAGSGameFunction · 0.85
NewRoomFunction · 0.85
CallRoomScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected