|
1.
|
|
|
Screen Actions, Values, and Functions
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/screen_actions.rst:8
|
|
2.
|
|
|
Ren'Py ships with a number of actions, values, and functions intended for use with screens and the screen language.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/screen_actions.rst:10
|
|
3.
|
|
|
Actions
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/screen_actions.rst:14
|
|
4.
|
|
|
Actions are invoked when a button (including imagebuttons, textbuttons, and hotspots) is activated, hovered, or unhovered. Actions may determine when a button is selected or insensitive.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/screen_actions.rst:16
|
|
5.
|
|
|
Along with these actions, an action may be a function that does not take any arguments. The function is called when the action is invoked. If the action returns a value, then the value is returned from an interaction.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/screen_actions.rst:21
|
|
6.
|
|
|
An action may also be a list of actions, in which case the actions in the list are run in order.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/screen_actions.rst:26
|
|
7.
|
|
|
Control Actions
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/screen_actions.rst:30
|
|
8.
|
|
|
These are actions that manage screens, interaction results, and control flow.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/screen_actions.rst:32
|
|
9.
|
|
|
This causes the screen named `screen` to be hidden, if it is shown.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/inc/control_action:5
|
|
10.
|
|
|
`transition`
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/inc/control_action:7
|