documentation index ◦ reference manual ◦ function index
Function: | renpy.easy_displayable | (d, none=False): |
This takes an "an easy displayable", and returns a Displayable. Easy displayables may be Displayables, or may be strings. If a string, then:
If none is True and d is None, then None is returned. Otherwise, if d is None, an exception is thrown.
TODO