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

Method CallEvent

scripts/SewerRat.cpp:515–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513BaseScript::~BaseScript() {}
514
515int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
516 mprintf(0, "BaseScript::CallEvent()\n");
517 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
518}
519
520int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
521 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 10

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
dfInitFunction · 0.85
aTurnOnSpewFunction · 0.85
aMatcenSetStateFunction · 0.85
SaveGlobalActionCtrsFunction · 0.70
dsCustomSaveFunction · 0.70
RestoreGlobalActionCtrsFunction · 0.70
dsCustomRestoreFunction · 0.70
ClearGlobalActionCtrsFunction · 0.70

Tested by

no test coverage detected