getEventHolder

open fun getEventHolder(eventId: String): EventHolder<*>?

Searches this tile's own events (then, recursively, tiles' own events) for the EventHolder whose id equals eventId — the lookup behind TriggerEvent/UpdateEvents.

Return

the matching EventHolder, or null if not found in this subtree.

Parameters

eventId

the id to search for.