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

Method CallEvent

scripts/PiccuStation.cpp:2140–2143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2138BaseScript::~BaseScript() {}
2139
2140int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
2141 mprintf(0, "BaseScript::CallEvent()\n");
2142 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
2143}
2144
2145int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
2146 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aSoundPlayObjectFunction · 0.85
aMusicSetRegionFunction · 0.85
aUserVarSetFunction · 0.85
aObjGhostSetFunction · 0.85
aSetLevelTimerFunction · 0.85
aSoundPlaySteamingFunction · 0.85
aRainTurnOnFunction · 0.85
aLightningTurnOnFunction · 0.85
aCinematicIntroFunction · 0.85

Tested by

no test coverage detected