Coroutine

Undocumented in source.

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