index: zero-based index of the child's position. To retrieve all children of an object, call the function by increasing the index until the return value is -1
C return value
handle of child object or -1 if the child doesn't exist at that index or in case of an error
Lua synopsis
number childHandle=sim.getObjectChild(number objectHandle,number index)