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

Method CallEvent

scripts/BossCamera.cpp:522–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520BaseScript::~BaseScript() {}
521
522int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
523 mprintf(0, "BaseScript::CallEvent()\n");
524 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
525}
526
527int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
528 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 8

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
qObjIsPlayerFunction · 0.85
aCinematicSimpleFunction · 0.85
SaveGlobalActionCtrsFunction · 0.70
RestoreGlobalActionCtrsFunction · 0.70
ClearGlobalActionCtrsFunction · 0.70

Tested by

no test coverage detected