batch-engine ~master (2015-02-28T16:00:04Z)
Home
Dub
Repo
Coroutine
Engine
Coroutine
Undocumented in source.
class
Coroutine : Fiber {
Entity
entity
;
this
(Entity entity, void delegate() dg);
this
(Entity entity, void function() fn);
static
void
wait
(float sec);
static
void
yield
();
}
Constructors
this
this
(Entity entity, void delegate() dg)
Undocumented in source.
this
this
(Entity entity, void function() fn)
Undocumented in source.
Members
Static functions
wait
void
wait
(float sec)
Undocumented in source. Be warned that the author may not have intended to support it.
yield
void
yield
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
entity
Entity
entity
;
Undocumented in source.
Meta
Source
See Implementation
Engine
Coroutine
classes
Coroutine
functions
RunCoroutines
StartCoroutine
variables
Coroutines