Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-09 10:03:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-09 10:03:57 +0400
commitb1c4809f505e2ff4249b1c12c0efb2930a4d94ce (patch)
treefaafbb01274bea079dcbbe85cd7427c0013f9238 /doc
parent8d2835b5e55e901483ad839d87f11d7ada4d21a8 (diff)
rename BGE KX_GameObject attrs
* group -> group_parent * members -> group_children so its more clear what direction the relationship is.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.types.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python_api/rst/bge.types.rst b/doc/python_api/rst/bge.types.rst
index e628db07e83..a173137e50c 100644
--- a/doc/python_api/rst/bge.types.rst
+++ b/doc/python_api/rst/bge.types.rst
@@ -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.