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

Method CallEvent

scripts/Inversion.cpp:984–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982BaseScript::~BaseScript() {}
983
984int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
985 mprintf(0, "BaseScript::CallEvent()\n");
986 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
987}
988
989int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
990 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qUserFlagFunction · 0.85
qRoomHasPlayerFunction · 0.85
aSoundPlayObjectFunction · 0.85
aObjSparkFunction · 0.85
aRoomSetLightingFlickerFunction · 0.85
aRoomSetWindFunction · 0.85
qUserVarValueFunction · 0.85
aUserFlagSetFunction · 0.85
dfInitFunction · 0.85
aObjGhostSetFunction · 0.85

Tested by

no test coverage detected