Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns a string array of names of constraints that have the given module as a target.

Examples

Code Block
languagetext
// Get the constraints that have the bone named Root as a target.

...


string $constraints[] = `getConstraintsThisIsTarget "Root"`;

...


print $constraints;

Additional information

Related commands

...