Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dindex.c46 else if (functionRef == ((void *)system_setlocalvar)) in Script_GetFunctionName()
1070 (void *)system_setlocalvar, "setlocalvar"); in Script_LoadSystemFunctions()
H A Dconfig.h112 HRESULT system_setlocalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount);
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenborscript.h72 HRESULT system_setlocalvar(ScriptVariant** varlist , ScriptVariant** pretvar, int paramCount);
H A Dopenborscript.c429 else if (functionRef==((void*)system_setlocalvar)) return "setlocalvar"; in Script_GetFunctionName()
833 (void*)system_setlocalvar, "setlocalvar"); in Script_LoadSystemFunctions()
1136 HRESULT system_setlocalvar(ScriptVariant** varlist , ScriptVariant** pretvar, int paramCount) in system_setlocalvar() function
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenborscript.h77 HRESULT system_setlocalvar(ScriptVariant** varlist , ScriptVariant** pretvar, int paramCount);
H A Dopenborscript.c446 else if (functionRef==((void*)system_setlocalvar)) return "setlocalvar"; in Script_GetFunctionName()
878 (void*)system_setlocalvar, "setlocalvar"); in Script_LoadSystemFunctions()
1228 HRESULT system_setlocalvar(ScriptVariant** varlist , ScriptVariant** pretvar, int paramCount) in system_setlocalvar() function
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenborscript.h85 HRESULT system_setlocalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount);
H A Dopenborscript.c514 else if (functionRef == ((void *)system_setlocalvar)) in Script_GetFunctionName()
1455 (void *)system_setlocalvar, "setlocalvar"); in Script_LoadSystemFunctions()
1858 HRESULT system_setlocalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount) in system_setlocalvar() function
2814 return system_setlocalvar(varlist, pretvar, paramCount); in openbor_setscriptvar()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenborscript.h103 HRESULT system_setlocalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount);
H A Dopenborscript.c617 else if (functionRef == ((void *)system_setlocalvar)) in Script_GetFunctionName()
1510 (void *)system_setlocalvar, "setlocalvar"); in Script_LoadSystemFunctions()
2017 HRESULT system_setlocalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount) in system_setlocalvar() function
3116 return system_setlocalvar(varlist, pretvar, paramCount); in openbor_setscriptvar()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenborscript.c840 HRESULT system_setlocalvar(ScriptVariant **varlist , ScriptVariant **pretvar, int paramCount) in system_setlocalvar() function
1780 return system_setlocalvar(varlist, pretvar, paramCount); in openbor_setscriptvar()