Method TicksSince
TicksSince(NetworkTick)
Compute the number of ticks which passed since an older tick. Assumes both ticks are valid. If the passed in tick is newer this will return a negative value.
Declaration
public int TicksSince(NetworkTick older)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkTick | older | The tick to compute passed ticks from |
Returns
| Type | Description |
|---|---|
| int |