~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to doc/python_api/rst/bge.logic.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
 
128
128
.. data:: joysticks
129
129
 
130
 
   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.
 
130
   A list of attached :class:`~bge.types.SCA_PythonJoystick`.
 
131
   The list size is the maximum number of supported joysticks.
 
132
   If no joystick is available for a given slot, the slot is set to None.
131
133
 
132
134
*****************
133
135
General functions
362
364
 
363
365
   Use / as directory separator in path
364
366
   You can use '//' at the start of the string to define a relative path;
365
 
   Blender replaces that string by the directory of the startup .blend or runtime file
366
 
   to make a full path name (doesn't change during the game, even if you load other .blend).
367
 
   The function also converts the directory separator to the local file system format.
 
367
   Blender replaces that string by the directory of the current .blend or runtime file
 
368
   to make a full path name. The function also converts the directory separator to
 
369
   the local file system format.
368
370
 
369
371
   :arg path: The path string to be converted/expanded.
370
372
   :type path: string
1114
1116
   
1115
1117
   :value: 2
1116
1118
 
 
1119
.. _gameobject-playaction-blend:
 
1120
 
 
1121
.. data:: KX_ACTION_BLEND_BLEND
 
1122
 
 
1123
   Blend layers using linear interpolation
 
1124
 
 
1125
   :value: 0
 
1126
 
 
1127
.. data:: KX_ACTION_BLEND_ADD
 
1128
 
 
1129
   Adds the layers together
 
1130
 
 
1131
   :value: 1
1117
1132
 
1118
1133
-------------
1119
1134
Mouse Buttons