
simRemoveObjects
Removes one or several objects from the scene
C++ synopsis
int simRemoveObjects(const int* objectHandles, int count)
Arguments
- objectHandles: handles of the objects to remove
- count: number of objects to remove. Negative value indicates a delayed removal
Return
- -1 if operation was not successful
See also:
|