[lua]for object in map.layer[“objects”].objects()[/lua]
Seems only iterate the host objects. I need to iterate all built child objects for pausing the game. First I was thinking to make host object pause and resume function for the child object, but then I remembered you saying not to modify host objects.