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

Method CallEvent

scripts/Merc3.cpp:4139–4142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4137BaseScript::~BaseScript() {}
4138
4139int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
4140 mprintf(0, "BaseScript::CallEvent()\n");
4141 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
4142}
4143
4144int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
4145 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qPlayerClosestFunction · 0.85
qUserFlagFunction · 0.85
aUserFlagSetFunction · 0.85
dfInitFunction · 0.85
aObjMakeInvulnFunction · 0.85
aUserVarSetFunction · 0.85
aObjGhostSetFunction · 0.85
aAISetStateFunction · 0.85

Tested by

no test coverage detected