[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54922] trunk/blender/doc/python_api/rst/ bge.logic.rst: rst doc update: adding a link to Joystick class from bge. logic.joysticks

Dalai Felinto dfelinto at gmail.com
Thu Feb 28 06:18:48 CET 2013


Revision: 54922
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54922
Author:   dfelinto
Date:     2013-02-28 05:18:47 +0000 (Thu, 28 Feb 2013)
Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/doc/python_api/rst/bge.logic.rst

Modified: trunk/blender/doc/python_api/rst/bge.logic.rst
===================================================================
--- trunk/blender/doc/python_api/rst/bge.logic.rst	2013-02-28 04:18:01 UTC (rev 54921)
+++ trunk/blender/doc/python_api/rst/bge.logic.rst	2013-02-28 05:18:47 UTC (rev 54922)
@@ -127,7 +127,7 @@
 
 .. 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




More information about the Bf-blender-cvs mailing list