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

Method CallEvent

scripts/levelS2.cpp:3238–3241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3236BaseScript::~BaseScript() {}
3237
3238int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
3239 mprintf(0, "BaseScript::CallEvent()\n");
3240 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
3241}
3242
3243int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
3244 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aUserVarSetFunction · 0.85
aRoomSetWindFunction · 0.85
qUserVarValueFunction · 0.85
aRoomSetDamageFunction · 0.85
aTurnOnSpewFunction · 0.85
aObjPlayAnimFunction · 0.85
aSetObjectTimerFunction · 0.85
aCinematicIntroFunction · 0.85
aMusicSetRegionAllFunction · 0.85

Tested by

no test coverage detected