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

Method CallEvent

scripts/Merc6.cpp:1929–1932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1927BaseScript::~BaseScript() {}
1928
1929int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
1930 mprintf(0, "BaseScript::CallEvent()\n");
1931 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
1932}
1933
1934int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
1935 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qUserVarValueIntFunction · 0.85
aGoalCompletedFunction · 0.85
aDoorLockUnlockFunction · 0.85
aShowHUDMessageFunction · 0.85
qUserVarValueFunction · 0.85
aPortalRenderSetFunction · 0.85
aSoundPlayObjectFunction · 0.85
qGoalCompletedFunction · 0.85
qObjAnimFrameFunction · 0.85
dfInitFunction · 0.85

Tested by

no test coverage detected