...
Returns a string array of names of constraints that have the given module as a target.
Examples
Code Block | ||
---|---|---|
| ||
// Get the constraints that have the bone named Root as a target. |
...
string $constraints[] = `getConstraintsThisIsTarget "Root"`; |
...
print $constraints; |
Additional information
Related commands
...