MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / IsCustomEvent

Function IsCustomEvent

Source/interfac.cpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237bool IsCustomEvent(uint32_t eventType)
238{
239 return eventType >= CustomEventsBegin && eventType < CustomEventsBegin + NumCustomEvents;
240}
241
242interface_mode GetCustomEvent(uint32_t eventType)
243{

Callers 3

GameEventHandlerFunction · 0.85
RecordMessageFunction · 0.85
FetchMessage_RealFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected