Game.addScheduledTask

Adds scheduled event that will be processed by the main thread.

class Game
@nogc nothrow
void
addScheduledTask
(
in float time
,
OnEvent task
)

Meta