Home
last modified time | relevance | path

Searched refs:system_getglobalvar (Results 1 – 11 of 11) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dindex.c34 else if (functionRef == ((void *)system_getglobalvar)) in Script_GetFunctionName()
1064 (void *)system_getglobalvar, "getglobalvar"); in Script_LoadSystemFunctions()
H A Dconfig.h109 HRESULT system_getglobalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount);
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenborscript.h69 HRESULT system_getglobalvar(ScriptVariant** varlist , ScriptVariant** pretvar, int paramCount);
H A Dopenborscript.c426 else if (functionRef==((void*)system_getglobalvar)) return "getglobalvar"; in Script_GetFunctionName()
827 (void*)system_getglobalvar, "getglobalvar"); in Script_LoadSystemFunctions()
1070 HRESULT system_getglobalvar(ScriptVariant** varlist , ScriptVariant** pretvar, int paramCount) in system_getglobalvar() function
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenborscript.h74 HRESULT system_getglobalvar(ScriptVariant** varlist , ScriptVariant** pretvar, int paramCount);
H A Dopenborscript.c443 else if (functionRef==((void*)system_getglobalvar)) return "getglobalvar"; in Script_GetFunctionName()
872 (void*)system_getglobalvar, "getglobalvar"); in Script_LoadSystemFunctions()
1162 HRESULT system_getglobalvar(ScriptVariant** varlist , ScriptVariant** pretvar, int paramCount) in system_getglobalvar() function
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenborscript.h82 HRESULT system_getglobalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount);
H A Dopenborscript.c502 else if (functionRef == ((void *)system_getglobalvar)) in Script_GetFunctionName()
1449 (void *)system_getglobalvar, "getglobalvar"); in Script_LoadSystemFunctions()
1753 HRESULT system_getglobalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount) in system_getglobalvar() function
2796 return system_getglobalvar(varlist, pretvar, paramCount); in openbor_getindexedvar()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenborscript.h100 HRESULT system_getglobalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount);
H A Dopenborscript.c605 else if (functionRef == ((void *)system_getglobalvar)) in Script_GetFunctionName()
1504 (void *)system_getglobalvar, "getglobalvar"); in Script_LoadSystemFunctions()
1912 HRESULT system_getglobalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount) in system_getglobalvar() function
3098 return system_getglobalvar(varlist, pretvar, paramCount); in openbor_getindexedvar()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenborscript.c735 HRESULT system_getglobalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount) in system_getglobalvar() function
1762 return system_getglobalvar(varlist, pretvar, paramCount); in openbor_getindexedvar()