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

Function Osiris_EnableEvents

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

Osiris_EnableEvents Purpose: Enables the passed in mask of event types to be called

Source from the content-addressed store, hash-verified

2077// Purpose:
2078// Enables the passed in mask of event types to be called
2079void Osiris_EnableEvents(uint8_t mask) { Osiris_event_mask |= mask; }
2080
2081// Osiris_DisableEvents
2082// Purpose:

Callers 1

LGSObjectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected