.. Automatically generated file - do not modify.

.. function:: renpy.is_selected(action)
    
    Returns true if `action` indicates it is selected, or false otherwise.

.. function:: renpy.is_sensitive(action)
    
    Returns true if `action` indicates it is sensitive, or False otherwise.

.. function:: renpy.run(action)
    
    Run an action or list of actions. A single action is called with no
    arguments, a list of actions is run in order using this function, and
    None is ignored.
    
    Returns the result of the first action to return a value.

.. function:: ui.is_selected(action)
    
    Returns true if `action` indicates it is selected, or false otherwise.

.. function:: ui.is_sensitive(action)
    
    Returns true if `action` indicates it is sensitive, or False otherwise.

