[Bf-blender-cvs] [0eb272d] soc-2014-bge: python bge.types module - Updating documentation to close T40778

Ines Almeida noreply at git.blender.org
Fri Jul 4 21:43:12 CEST 2014


Commit: 0eb272df755772c2ad01e3e3738377d08803dda9
Author: Ines Almeida
Date:   Fri Jul 4 20:41:32 2014 +0100
https://developer.blender.org/rB0eb272df755772c2ad01e3e3738377d08803dda9

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 b314a47..d1490b2 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
@@ -124,13 +124,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