File: index.rst

package info (click to toggle)
renpy 7.1.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 107,352 kB
  • sloc: python: 42,124; ansic: 4,781; makefile: 43; sh: 14
file content (188 lines) | stat: -rw-r--r-- 2,767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
Welcome to Ren'Py's documentation!
==================================

To find out more about Ren'Py, please visit the Ren'Py home page:

    http://www.renpy.org/

.. only:: not language_ja and not gettext

    日本語のドキュメントは以下にあります:

        http://ja.renpy.org/doc/html/

.. only:: not language_cn and not gettext

    简体中文的文档请参考这里:

        https://www.renpy.cn/doc/index.html

Getting Started
---------------
.. toctree::
    :maxdepth: 3

    quickstart
    gui

The Ren'Py Language
-------------------

.. toctree::
   :maxdepth: 1

   language_basics
   label
   dialogue
   displaying_images
   menus
   python
   conditional
   audio
   movie
   voice

Text, Displayables, Transforms, and Transitions
-----------------------------------------------

.. toctree::
   :maxdepth: 1

   text
   translation
   displayables
   transforms
   transitions
   atl
   layeredimage

Customizing Ren'Py
------------------

.. toctree::
   :maxdepth: 1

   style
   style_properties
   screens
   screen_actions
   screen_special
   screen_optimization
   config
   preferences
   store_variables

Tools
-----

.. toctree::
    :maxdepth: 1

    developer_tools
    director

Other Functionality
-------------------

.. toctree::
   :maxdepth: 1

   nvl_mode
   input
   side_image
   rooms
   drag_drop
   sprites
   keymap
   achievement
   history
   multiple

Python and Ren'Py
-----------------

.. toctree::
   :maxdepth: 1

   statement_equivalents
   save_load_rollback
   persistent
   trans_trans_python
   gui_advanced
   screen_python
   modes
   udd
   cds
   custom_text_tags
   character_callbacks
   file_python
   color_class
   other

Building, Updating, and Other Platforms
---------------------------------------

.. toctree::
   :maxdepth: 1

   build
   updater
   android
   chromeos
   ios
   iap
   gesture
   raspi

End-User Documentation
----------------------

.. toctree::
   :maxdepth: 1

   problems
   environment_variables
   self_voicing

Engine Developer Documentation
------------------------------

.. toctree::
   :maxdepth: 1

   editor
   skins
   translating_renpy

Changes, License, and Credits
-----------------------------

.. toctree::
   :maxdepth: 1

   changelog
   incompatible
   distributor
   license
   credits
   sponsors

Indices
-------

* `Style Property Index <std-style-property-index.html>`_
* `Transform Property Index <std-transform-property-index.html>`_
* `Variable and Definition Index <std-var-index.html>`_
* `Function and Class Index <py-function-class-index.html>`_
* `Reserved Names Index <reserved.html>`_
* `General Index <genindex.html>`_

Example Scripts
---------------

.. toctree::
   :maxdepth: 1

   thequestion
   thequestion_nvl