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
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/PyDoc/KX_TrackToActuator.py')
-rw-r--r--source/gameengine/PyDoc/KX_TrackToActuator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/PyDoc/KX_TrackToActuator.py b/source/gameengine/PyDoc/KX_TrackToActuator.py
index f0333d62608..8b93a82dada 100644
--- a/source/gameengine/PyDoc/KX_TrackToActuator.py
+++ b/source/gameengine/PyDoc/KX_TrackToActuator.py
@@ -18,8 +18,8 @@ class KX_TrackToActuator(SCA_IActuator):
"""
Sets the object to track.
- @type object: string
- @param object: the name of the object to track.
+ @type object: L{KX_GameObject} or string
+ @param object: Either a reference to a game object or the name of the object to track.
"""
def getObject():
"""