Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
GameAPI.BudgetBoy.Coroutine Class Reference

Represents a sequence of actions, the execution of which may be paused and resumed both by an external party and by the coroutine itself. More...

Public Member Functions

void Suspend ()
 Pauses execution of the coroutine until Resume() is called. More...
 
void Resume ()
 Resumes execution of the coroutine after Suspend() has been called. More...
 

Detailed Description

Represents a sequence of actions, the execution of which may be paused and resumed both by an external party and by the coroutine itself.

Member Function Documentation

void GameAPI.BudgetBoy.Coroutine.Resume ( )
inline

Resumes execution of the coroutine after Suspend() has been called.

void GameAPI.BudgetBoy.Coroutine.Suspend ( )
inline

Pauses execution of the coroutine until Resume() is called.