Engine.findEventType

Given an if, this will return the EventType associated with said id

class Engine
findEventType
(
ulong id
)

Parameters

id ulong

the id of the EventType

Return Value

Type: EventType

The EventType if found, otherwise <code>null</code>

Meta