Description
|
Removes an IK group. See also simGetIkGroupHandle and simCreateIkGroup. |
C synopsis
|
simInt simRemoveIkGroup(simInt ikGroupHandle) |
C parameters |
ikGroupHandle: handle of an IK group. |
C return value
|
-1 if operation was not successful.
|
Lua synopsis
|
number result=simRemoveIkGroup(number ikGroupHandle) |
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|