PlayerLatencyUpdatedEvent.latency

Gets the player's latency.

class PlayerLatencyUpdatedEvent
pure nothrow @property @safe @nogc
uint
latency
()

Examples

assert(event.latency == event.player.latency);

Meta