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

Method CallEvent

scripts/level17.cpp:3191–3194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3189BaseScript::~BaseScript() {}
3190
3191int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
3192 mprintf(0, "BaseScript::CallEvent()\n");
3193 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
3194}
3195
3196int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
3197 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