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

Method CallEvent

scripts/Merc1.cpp:3382–3385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3380BaseScript::~BaseScript() {}
3381
3382int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
3383 mprintf(0, "BaseScript::CallEvent()\n");
3384 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
3385}
3386
3387int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
3388 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qRoomHasPlayerFunction · 0.85
qGetDifficultyFunction · 0.85
aShowHUDMessageFunction · 0.85
dfInitFunction · 0.85
aUserVarSetFunction · 0.85
qMathMulFloatFunction · 0.85
qMathSubFloatFunction · 0.85
qMathIntToFloatFunction · 0.85
aTurnOnSpewFunction · 0.85
aRoomSetWindFunction · 0.85

Tested by

no test coverage detected