Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
882
bool is_inside_script()
883
{
884
return inside_script > 0;
885
}
886
887
ExecutingScript *get_executingscript()
888
{
Callers
14
check_keyboard_controls
Function · 0.85
check_gamepad_controls
Function · 0.85
GameLoopUntilEvent
Function · 0.85
restore_game_dialog2
Function · 0.85
save_game_dialog2
Function · 0.85
Game_ScanSaveSlots
Function · 0.85
schedule_save_game
Function · 0.85
restart_game
Function · 0.85
RestoreGameSlot
Function · 0.85
RunAGSGame
Function · 0.85
NewRoom
Function · 0.85
CallRoomScript
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected