Table of Contents

Field UiTick

Namespace
GuildWars2.Mumble
Assembly
GW2SDK.dll

The current tick number. This is incremented every frame, and is used internally to detect if the data has changed since the last tick.

public readonly uint UiTick

Returns

uint
The current tick number. This is incremented every frame, and is used internally to detect if the data has changed since the last tick.

Remarks

This number is sometimes reset to 0, like after loading a different map. Do not rely on it to be unique or always incrementing.