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

Method CallEvent

scripts/Level6.cpp:2386–2389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2384BaseScript::~BaseScript() {}
2385
2386int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
2387 mprintf(0, "BaseScript::CallEvent()\n");
2388 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
2389}
2390
2391int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
2392 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qObjRoomFunction · 0.85
aShowHUDMessageFunction · 0.85
aUserVarSetFunction · 0.85
aGoalCompletedFunction · 0.85
aObjSetMovementTypeFunction · 0.85
aDoorLockUnlockFunction · 0.85
aPriestKeyRoomChangeFunction · 0.85
qUserVarValueFunction · 0.85
aSoundPlay2DFunction · 0.85
qRoomHasPlayerFunction · 0.85

Tested by

no test coverage detected