Multiplayer Reference
Class Timer
Namespace: PlayerIO.GameLibrary
Language: C# / .NET
A timer created by the Game.AddTimer(...) or Game.ScheduleCallback(...) methods
Methods | |||
---|---|---|---|
public void |
Stops the timer. The timer cannot be restarted. |
Timer.Stop
public void |
|
Stops the timer. The timer cannot be restarted.