Protocol: TriggerTickEvent
Periodic membership snapshot emitted by a trigger volume.
class TriggerTickEvent(Protocol)
Related API: Entity, Player, TriggerVolume
Properties
trigger
@property
def trigger(self) -> TriggerVolume:
Trigger that emitted this event.
Related API: TriggerVolume
players
@property
def players(self) -> Sequence[Player]:
Players present in the sampled volume.
Related API: Player
entities
@property
def entities(self) -> Sequence[Entity]:
Player-only entity alias retained by the current trigger contract.
Related API: Entity