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

Method CallEvent

scripts/level1.cpp:1084–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082BaseScript::~BaseScript() {}
1083
1084int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
1085 mprintf(0, "BaseScript::CallEvent()\n");
1086 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
1087}
1088
1089int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
1090 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aObjHideFunction · 0.85
aSetLevelTimerFunction · 0.85
aUserFlagSetFunction · 0.85
aTurnOnSpewFunction · 0.85
aObjGhostSetFunction · 0.85
aRoomSetFogFunction · 0.85
aCinematicIntroFunction · 0.85
aSoundPlayObjectFunction · 0.85
aMusicSetRegionAllFunction · 0.85

Tested by

no test coverage detected