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

Method CallEvent

scripts/level7.cpp:1888–1891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1886BaseScript::~BaseScript() {}
1887
1888int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
1889 mprintf(0, "BaseScript::CallEvent()\n");
1890 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
1891}
1892
1893int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
1894 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aObjSetLightingDistFunction · 0.85
aMusicSetRegionAllFunction · 0.85
aUserVarSetFunction · 0.85
aObjMakeInvulnFunction · 0.85
aRoomSetDamageFunction · 0.85
aRoomSetWindFunction · 0.85
aCinematicIntroFunction · 0.85
aSoundPlaySteamingFunction · 0.85
aSetLevelTimerFunction · 0.85

Tested by

no test coverage detected