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

Method CallEvent

scripts/LEVEL15.cpp:2437–2440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2435BaseScript::~BaseScript() {}
2436
2437int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
2438 mprintf(0, "BaseScript::CallEvent()\n");
2439 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
2440}
2441
2442int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
2443 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qRoomHasPlayerFunction · 0.85
aGoalCompletedFunction · 0.85
dfInitFunction · 0.85
aUserFlagSetFunction · 0.85
aDoorSetPosFunction · 0.85
aAIGoalFollowPathFunction · 0.85
aRoomSetFuelcenFunction · 0.85
aMatCenPuzzleInitFunction · 0.85
aRoomSetDamageFunction · 0.85
aPortalRenderSetFunction · 0.85

Tested by

no test coverage detected