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

Method CallEvent

scripts/Level9.cpp:1591–1594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1589BaseScript::~BaseScript() {}
1590
1591int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
1592 mprintf(0, "BaseScript::CallEvent()\n");
1593 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
1594}
1595
1596int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
1597 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aAISetMaxSpeedFunction · 0.85
aObjMakeInvulnFunction · 0.85
aCloakObjectFunction · 0.85
aUserFlagSetFunction · 0.85
aSetLevelTimerFunction · 0.85
aUserVarSetFunction · 0.85
qUserFlagFunction · 0.85
aSoundPlaySteamingFunction · 0.85
aCinematicIntroFunction · 0.85

Tested by

no test coverage detected