documentation index ◦ reference manual ◦ function index
Function: | renpy.timeout | (time): |
Causes an event to occur in time seconds. The type of the event is undefined.
This is only useful when called from the render or event methods of a user-defined displayable. The ui.timer function provides a higher-level interface to timeouts.
TODO