22 #ifndef AGS_ENGINE_SCRIPT_NON_BLOCKING_SCRIPT_FUNCTION_H 23 #define AGS_ENGINE_SCRIPT_NON_BLOCKING_SCRIPT_FUNCTION_H 25 #include "common/std/vector.h" 26 #include "ags/engine/ac/runtime_defines.h" 27 #include "ags/engine/script/runtime_script_value.h" 32 const char *functionName;
36 bool globalScriptHasFunction;
38 bool atLeastOneImplementationExists;
41 this->functionName = funcName;
42 this->numParameters = numParams;
43 atLeastOneImplementationExists =
false;
44 roomHasFunction =
true;
45 globalScriptHasFunction =
true;
Definition: runtime_script_value.h:63
Definition: non_blocking_script_function.h:31