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

Method CallEvent

scripts/level2.cpp:2177–2180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2175BaseScript::~BaseScript() {}
2176
2177int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
2178 mprintf(0, "BaseScript::CallEvent()\n");
2179 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
2180}
2181
2182int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
2183 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qUserFlagFunction · 0.85
qObjCanSeeObjAdvancedFunction · 0.85
qObjSavedHandleFunction · 0.85
aAddGameMessageFunction · 0.85
aUserFlagSetFunction · 0.85
aRoomSetLightingPulseFunction · 0.85
aGoalCompletedFunction · 0.85
aGoalEnableDisableFunction · 0.85
aDoorLockUnlockFunction · 0.85

Tested by

no test coverage detected