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

Method CallEvent

scripts/LEVEL0.cpp:1008–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006BaseScript::~BaseScript() {}
1007
1008int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
1009 mprintf(0, "BaseScript::CallEvent()\n");
1010 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
1011}
1012
1013int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
1014 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qUserFlagFunction · 0.85
aRoomSetDamageFunction · 0.85
dfInitFunction · 0.85
aObjHideFunction · 0.85
aSetLevelTimerFunction · 0.85
aMusicSetRegionFunction · 0.85
aUserFlagSetFunction · 0.85
aTurnOnSpewFunction · 0.85
aCinematicIntroFunction · 0.85
aSoundPlayObjectFunction · 0.85

Tested by

no test coverage detected