Description
|
Retrieves the handle of an IK group. The operation of this function depends on the current name suffix settings (see sim.getNameSuffix, sim.setNameSuffix, and the section on accessing general-type objects). See also sim.isHandleValid.
|
C synopsis
|
simInt simGetIkGroupHandle(const simChar* ikGroupName)
|
C parameters |
ikGroupName: name of an IK group. If the name is appended by a "@silentError" suffix, then no error will be output if the IK group does not exist.
|
C return value
|
Handle of the IK group or -1 if operation was not successful
|
Lua synopsis
|
number ikGroupHandle=sim.getIkGroupHandle(string ikGroupName) |
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|