documentation index ◦ reference manual ◦ function index
Function: | renpy.redraw | (displayable, time): |
Causes the supplied displayable to be redrawn after time seconds have elapsed. Time may be zero to ensure an immediate redraw.
This is only useful when called from the render or event methods of a user-defined displayable.
TODO