Class RestartGameTask
Task that restart the game
Fields
TYPE_ID
Declaration
public static readonly int TYPE_ID
Methods
FrameUpdate()
This function is used to handle the internal logic.
Declaration
public override TaskResult FrameUpdate()
Returns
| Type | Description |
|---|---|
| TaskResult | "Continue" if the task should keep on after this frame. "End" if the task should end. |