From 7501bdc52efe6224fba382c3652d193beec9402f Mon Sep 17 00:00:00 2001 From: Ines Almeida <britalmeida@gmail.com> Date: Fri, 4 Jul 2014 20:41:32 +0100 Subject: [PATCH] python bge.types module - Updating documentation to close T40778 --- doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 4a9e5dabe1b..ebde93f872f 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 -- GitLab