MCPcopy Create free account
hub / github.com/arx/ArxLibertatis / ClearSubStack

Function ClearSubStack

Sources/DANAE/ARX_Script.cpp:13528–13532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13526 return FALSE;
13527}
13528void ClearSubStack(EERIE_SCRIPT * es)
13529{
13530 for (long i = 0; i < MAX_GOSUB; i++)
13531 es->sub[i] = -1;
13532}
13533long GetSubStack(EERIE_SCRIPT * es)
13534{
13535 long ret;

Callers 1

SendScriptEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected