MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / CallEvent

Method CallEvent

scripts/Level12.cpp:3128–3131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3126BaseScript::~BaseScript() {}
3127
3128int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
3129 mprintf(0, "BaseScript::CallEvent()\n");
3130 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
3131}
3132
3133int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
3134 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aObjSparkFunction · 0.85
aObjHideFunction · 0.85
aObjPlayAnimFunction · 0.85
aObjMakeInvulnFunction · 0.85
aUserFlagSetFunction · 0.85
aTurnOnSpewFunction · 0.85
aSetLevelTimerFunction · 0.85
aCinematicIntroFunction · 0.85
aUserVarSetFunction · 0.85

Tested by

no test coverage detected