...
Returns the error of the given constraint at the current time.
Examples
Code Block | ||
---|---|---|
| ||
// Will get the constraint error for the LFHD_Head Constraint. |
...
float $err; |
...
$err = `getConstraintError "LFHD_Head"`; |
...
print $err; |
...
Returns the error of the given constraint at the current time.
Code Block | ||
---|---|---|
| ||
// Will get the constraint error for the LFHD_Head Constraint. |
...
float $err; |
...
$err = `getConstraintError "LFHD_Head"`; |
...
print $err; |