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

Method CallEvent

scripts/Polaris.cpp:613–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611BaseScript::~BaseScript() {}
612
613int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
614 mprintf(0, "BaseScript::CallEvent()\n");
615 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
616}
617
618int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
619 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aUserFlagSetFunction · 0.85
aTurnOnSpewFunction · 0.85
aRoomSetWindFunction · 0.85
qObjIsPlayerFunction · 0.85
aMiscViewerShakeFunction · 0.85
aShowHUDMessageFunction · 0.85
aObjDestroyFunction · 0.85
qUserFlagFunction · 0.85
aRoomChangeWindFunction · 0.85

Tested by

no test coverage detected