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

Function Osiris_EnableCreateEvents

Descent3/OsirisLoadandBind.cpp:2097–2097  ·  view source on GitHub ↗

Osiris_EnablesCreateEvents Purpose: Enables any events involved when an object is created. This is to be used for Loading games/viewing demos, as so not to re-initialize good data. (call when done with Osiris_DisableCreateEvents())

Source from the content-addressed store, hash-verified

2095// Loading games/viewing demos, as so not to re-initialize good data. (call when done with
2096// Osiris_DisableCreateEvents())
2097void Osiris_EnableCreateEvents(void) { Osiris_create_events_disabled = false; }
2098
2099// Osiris_IsEventEnabled
2100// Purpose:

Callers 3

LGSMissionFunction · 0.85
LGSObjectsFunction · 0.85
DemoReadHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected