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

Method CallEvent

scripts/level4.cpp:979–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977BaseScript::~BaseScript() {}
978
979int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
980 mprintf(0, "BaseScript::CallEvent()\n");
981 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
982}
983
984int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
985 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aCinematicIntroFunction · 0.85
aSetLevelTimerFunction · 0.85
aUserVarSetFunction · 0.85
aObjGhostSetFunction · 0.85
aMatcenSetStateFunction · 0.85
aTurnOnSpewFunction · 0.85
aMusicSetRegionAllFunction · 0.85
aMatcenSetEnableStateFunction · 0.85
qObjSavedHandleFunction · 0.85

Tested by

no test coverage detected