
Regular API function
simRMLRemove / sim.rmlRemove
Description
|
Deprecated. See sim.ruckigRemove instead. |
C/C++ synopsis
|
int simRMLRemove(int handle) |
C/C++ parameters |
handle: the handle of the object created via simRMLPos or simRMLVel.
|
C/C++ return value
|
1 in case of success
|
Lua synopsis
|
sim.rmlRemove(int handle) |
Lua parameters |
Refer to the C-function documentation
|
Lua return values
|
|
|