Home
last modified time | relevance | path

Searched refs:g_scriptEventOffset (Results 1 – 2 of 2) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dgamedef.cpp82 static intptr_t g_scriptEventOffset; variable
3175 g_scriptEventOffset = g_scriptActorOffset = g_scriptPtr - apScript; in C_ParseCommand()
3202 apScriptEvents[j] = g_scriptEventOffset; in C_ParseCommand()
3207 apScriptEvents[j] = g_scriptEventOffset; in C_ParseCommand()
3215 scriptWriteAtOffset(g_scriptEventOffset, previous_event_end++); in C_ParseCommand()
5889 if (EDUKE32_PREDICT_FALSE(!g_scriptEventOffset)) in C_ParseCommand()
5922 g_scriptEventBreakOffset = g_scriptEventOffset = g_scriptActorOffset = 0; in C_ParseCommand()
5928 if (EDUKE32_PREDICT_FALSE(!g_scriptActorOffset || g_scriptEventOffset)) in C_ParseCommand()
5933 g_scriptEventOffset = 0; in C_ParseCommand()
5967 else if (g_scriptEventOffset) in C_ParseCommand()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dgamedef.cpp59 static intptr_t g_scriptEventOffset; variable
1817 g_scriptEventOffset = g_parsingActorPtr = g_scriptPtr - apScript; in C_ParseCommand()
1842 apScriptEvents[j] = g_scriptEventOffset; in C_ParseCommand()
2250 … if (EDUKE32_PREDICT_FALSE(!(g_processingState || g_parsingActorPtr || g_scriptEventOffset))) in C_ParseCommand()
2609 if (EDUKE32_PREDICT_FALSE(!g_scriptEventOffset)) in C_ParseCommand()
2621 g_scriptEventOffset = g_parsingActorPtr = 0; in C_ParseCommand()
2627 if (EDUKE32_PREDICT_FALSE(!g_parsingActorPtr || g_scriptEventOffset)) in C_ParseCommand()
2632 g_scriptEventOffset = 0; in C_ParseCommand()
2939 if (g_scriptEventOffset || g_processingState || g_parsingActorPtr) in C_ReportError()
2940 …initprintf("%s: In %s `%s':\n",g_scriptFileName,g_scriptEventOffset?"event":g_parsingActorPtr?"act… in C_ReportError()