Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2013-02-28 09:18:47 +0400
committerDalai Felinto <dfelinto@gmail.com>2013-02-28 09:18:47 +0400
commit748dd18de44e485b7f0f30c296ae4df048cc0e37 (patch)
treeb23b8efcec0c54452990cb48fd28fd9e777a5f18 /doc
parent1810913f81dde315d1aba207c4d88ab1c8186194 (diff)
rst doc update: adding a link to Joystick class from bge.logic.joysticks
(so one can find more about the joystick class without having to search joystick) code untested by the way. Sorry but I can no longer build sphinx docs here. I will try to fix that later.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.logic.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index 944b1ca06a0..27029914487 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -127,7 +127,7 @@ Variables
.. data:: joysticks
- A list of attached joysticks. The list size it he maximum number of supported joysticks. If no joystick is available for a given slot, the slot is set to None.
+ A list of attached :class:`~bge.types.SCA_PythonJoystick`s. The list size is the maximum number of supported joysticks. If no joystick is available for a given slot, the slot is set to None.
*****************
General functions