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

Function get_executingscript

Engine/script/script.cpp:887–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885}
886
887ExecutingScript *get_executingscript()
888{
889 return curExecScript;
890}
891
892bool get_script_position(ScriptPosition &script_pos)
893{

Callers 10

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
RunDialogOptionFunction · 0.85
StopDialogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected