[Bf-blender-cvs] [7501bdc] master: python bge.types module - Updating documentation to close T40778

Ines Almeida noreply at git.blender.org
Sat Feb 21 13:21:55 CET 2015


Commit: 7501bdc52efe6224fba382c3652d193beec9402f
Author: Ines Almeida
Date:   Fri Jul 4 20:41:32 2014 +0100
Branches: master
https://developer.blender.org/rB7501bdc52efe6224fba382c3652d193beec9402f

python bge.types module - Updating documentation to close T40778

===================================================================

M	doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst

===================================================================

diff --git a/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst b/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst
index 4a9e5da..ebde93f 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst
@@ -145,13 +145,13 @@ base class --- :class:`SCA_IObject`
 
    .. attribute:: groupMembers
 
-      Returns the list of group members if the object is a group object, otherwise None is returned.
+      Returns the list of group members if the object is a group object (dupli group instance), otherwise None is returned.
 
       :type: :class:`CListValue` of :class:`KX_GameObject` or None
 
    .. attribute:: groupObject
 
-      Returns the group object that the object belongs to or None if the object is not part of a group.
+      Returns the group object (dupli group instance) that the object belongs to or None if the object is not part of a group.
 
       :type: :class:`KX_GameObject` or None




More information about the Bf-blender-cvs mailing list