documentation indexreference manualfunction index

renpy.render

Function: renpy.render (displayable, width, height, st, at):

Call this function to get a Render from a displayable. It takes care of calling the render method on that displayable, and then caching the results when nothing has changed.

This is only useful when called inside the render method of a user-defined displayable.

TODO

documentation indexreference manualfunction index