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

Method CallEvent

scripts/level11.cpp:3519–3522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3517BaseScript::~BaseScript() {}
3518
3519int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
3520 mprintf(0, "BaseScript::CallEvent()\n");
3521 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
3522}
3523
3524int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
3525 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
aGoalCompletedFunction · 0.85
aGoalEnableDisableFunction · 0.85
dfInitFunction · 0.85
aSoundPlayObjectFunction · 0.85
aLightningTurnOnFunction · 0.85
aRainTurnOnFunction · 0.85
aDoorLockUnlockFunction · 0.85
aMusicSetRegionAllFunction · 0.85
aSetLevelTimerFunction · 0.85
aUserVarSetFunction · 0.85

Tested by

no test coverage detected