rename BGE KX_GameObject attrs

* group -> group_parent
* members -> group_children

so its more clear what direction the relationship is.
This commit is contained in:
2012-10-09 06:03:57 +00:00
parent 8d2835b5e5
commit b1c4809f50
3 changed files with 8 additions and 8 deletions

View File

@@ -989,13 +989,13 @@ Types
:type: :class:`KX_GameObject` or None
.. attribute:: members
.. attribute:: group_children
Returns the list of group members if the object is a group object, otherwise None is returned.
:type: :class:`CListValue` of :class:`KX_GameObject` or None
.. attribute:: group
.. attribute:: group_parent
Returns the group object that the object belongs to or None if the object is not part of a group.