simGetObjectChild

Retrieves the handle of an object's child object

C++ synopsis

int simGetObjectChild(int objectHandle, int index)

Arguments

  • objectHandle: handle of the object
  • 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

Return

  • handle of child object or -1 if the child doesn't exist at that index or in case of an error


See also: