Name
Group.ExitChange -- terminate group exchange state
Synopsis
moai.DoMethod(id, "ExitChange"[, force])
Function
This method terminates the state established by Group.InitChange. If children have been added or removed, RapaGUI will refresh the group making the changes visible to the user. You can force RapaGUI to do this refresh by setting the "force" argument to True. In that case RapaGUI will always refresh the whole group no matter if objects have been added or removed. Forcing a refresh is useful if there's an object inside your group that you want to force a refresh on.

Inputs
id
id of the group object
force
optional: specify True here to force a complete refresh; otherwise RapaGUI will only refresh the group if objects have been added or removed
Example
See moai.CreateObject


Show TOC