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

Method CallEvent

scripts/Merc02.cpp:2401–2404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2399BaseScript::~BaseScript() {}
2400
2401int16_t BaseScript::CallEvent(int event, tOSIRISEventInfo *data) {
2402 mprintf(0, "BaseScript::CallEvent()\n");
2403 return CONTINUE_CHAIN | CONTINUE_DEFAULT;
2404}
2405
2406int16_t LevelScript_0000::CallEvent(int event, tOSIRISEventInfo *data) {
2407 switch (event) {

Callers 1

CallInstanceEventFunction · 0.45

Calls 15

dfSaveFunction · 0.85
dfRestoreFunction · 0.85
qUserFlagFunction · 0.85
aShowHUDMessageFunction · 0.85
aUserFlagSetFunction · 0.85
aPortalRenderSetFunction · 0.85
aRoomSetFaceTextureFunction · 0.85
aGoalEnableDisableFunction · 0.85
aMatcenSetEnableStateFunction · 0.85
aMatcenSetStateFunction · 0.85
aObjSetMovementTypeFunction · 0.85
aObjSetLightingDistFunction · 0.85

Tested by

no test coverage detected