Description
|
Retrieves the handle of an IK group. The operation of this function depends on the current name suffix settings (see simGetNameSuffix, simSetNameSuffix, and the section on accessing general-type objects). See also simIsHandleValid.
|
C synopsis
|
simInt simGetIkGroupHandle(const simChar* ikGroupName)
|
C parameters |
ikGroupName: name of an IK group
|
C return value
|
Handle of the IK group or -1 if operation was not successful
|
Lua synopsis
|
number ikGroupHandle=simGetIkGroupHandle(string ikGroupName) |
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|