Skip to content
Snippets Groups Projects
Commit 7501bdc5 authored by Ines Almeida's avatar Ines Almeida
Browse files

python bge.types module - Updating documentation to close T40778

parent 8db9b07c
No related branches found
No related tags found
No related merge requests found
...@@ -145,13 +145,13 @@ base class --- :class:`SCA_IObject` ...@@ -145,13 +145,13 @@ base class --- :class:`SCA_IObject`
.. attribute:: groupMembers .. 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 :type: :class:`CListValue` of :class:`KX_GameObject` or None
.. attribute:: groupObject .. 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 :type: :class:`KX_GameObject` or None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment