Method IsNewerThan
IsNewerThan(NetworkTick)
Check if this tick is newer than another tick. Assumes both ticks are valid.
Declaration
public bool IsNewerThan(NetworkTick old)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkTick | old | The tick to compare with |
Returns
| Type | Description |
|---|---|
| bool |
Remarks
The ticks wraps around, so if either tick is stored for too long (several days assuming 60hz) the result might not be correct.