python bge.types module - Updating documentation to close T40778

This commit is contained in:
Inês Almeida 2014-07-04 20:41:32 +01:00
parent 8db9b07cb3
commit 7501bdc52e
Notes: blender-bot 2023-02-14 10:27:08 +01:00
Referenced by issue #40778, Game Engine returns NONE when accessing object's .groupMembers attribute
1 changed files with 2 additions and 2 deletions

View File

@ -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