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

Method CallEvent

scripts/merc5.cpp:1996–1999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1994BaseScript::~BaseScript() {}
1995
1996int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
1997 mprintf(0, "BaseScript::CallEvent()\n");
1998 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
1999}
2000
2001int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
2002 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qUserFlagFunction · 0.85
qRoomHasPlayerFunction · 0.85
aUserFlagSetFunction · 0.85
cTimeGlassBreakFunction · 0.85
qRandomValueFunction · 0.85
aPortalBreakGlassFunction · 0.85
dfInitFunction · 0.85
aRainTurnOnFunction · 0.85
aObjPlayAnimFunction · 0.85
aAIGoalFollowPathSimpleFunction · 0.85

Tested by

no test coverage detected