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

Method CallEvent

scripts/BatteriesIncluded.cpp:1279–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277BaseScript::~BaseScript() {}
1278
1279int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
1280 mprintf(0, "BaseScript::CallEvent()\n");
1281 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
1282}
1283
1284int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
1285 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aRoomSetWindFunction · 0.85
aTurnOnSpewFunction · 0.85
aLightningTurnOnFunction · 0.85
qObjIsPlayerFunction · 0.85
aShowHUDMessageObjFunction · 0.85
aSoundPlay2DObjFunction · 0.85
aSoundPlayObjectFunction · 0.85
SaveGlobalActionCtrsFunction · 0.70
dsCustomSaveFunction · 0.70

Tested by

no test coverage detected