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

Function Osiris_DisableEvents

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

Osiris_DisableEvents Purpose: Disables the passed in mask of event types

Source from the content-addressed store, hash-verified

2082// Purpose:
2083// Disables the passed in mask of event types
2084void Osiris_DisableEvents(uint8_t mask) { Osiris_event_mask &= ~mask; }
2085
2086// Osiris_DisableCreateEvents
2087// Purpose:

Callers 1

LGSObjectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected