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

Method CallEvent

scripts/Merc7.cpp:3310–3313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3308BaseScript::~BaseScript() {}
3309
3310int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
3311 mprintf(0, "BaseScript::CallEvent()\n");
3312 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
3313}
3314
3315int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
3316 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qUserFlagFunction · 0.85
qRoomHasPlayerFunction · 0.85
aGoalCompletedFunction · 0.85
aDoorSetPosFunction · 0.85
aShowHUDMessageFunction · 0.85
aSetLevelTimerFunction · 0.85
dfInitFunction · 0.85
aTurnOnSpewFunction · 0.85
aCinematicSimpleFunction · 0.85
aRoomSetFaceTextureFunction · 0.85

Tested by

no test coverage detected