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

Method CallEvent

scripts/Merc4.cpp:1854–1857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1852BaseScript::~BaseScript() {}
1853
1854int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
1855 mprintf(0, "BaseScript::CallEvent()\n");
1856 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
1857}
1858
1859int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
1860 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qUserFlagFunction · 0.85
qPortalIsOnFunction · 0.85
aSoundPlayObjectFunction · 0.85
aRoomSetWindFunction · 0.85
qUserVarValueFunction · 0.85
aRoomChangeWindFunction · 0.85
aRoomChangeFogFunction · 0.85
aSetLevelTimerFunction · 0.85
aUserFlagSetFunction · 0.85
aPortalRenderSetFunction · 0.85

Tested by

no test coverage detected