simGetCollectionObjects

Retrieves the object handles that compose a collection

C++ synopsis

int* simGetCollectionObjects(int collectionHandle, int* objectCount)

Arguments

  • collectionHandle: handle of the collection
  • objectCount: pointer to a value receiving the number of returned object handles

Return

  • pointer to n object handles, or nullptr if an error occurred. The user is in charge of destroying the returned buffer with simReleaseBuffer


See also: