/
getParameters
getParameters
Description
Returns a list of the names of the parameters of a character.
Parameters are stored on characters and used by bones and constraints. The getParameters command returns a string array of the names of all of the parameter on a character.
By default, the command expects the character to be selected, but -onMod
can be used to specify the character without having to select it.
Has options for static or dynamic parameters only.
Functional area
Parameters
Command syntax
Syntax
getParameters [-onMod string] [-staticOnly] [-dynamicOnly] [-solving] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
onMod | 1 | string | — | Specifies which character you want to get the parameters of. |
staticOnly | ||||
dynamicOnly | ||||
solving |
Return value
string array
Returns a string array of parameter names.
Examples
// Get a list of all the parameters on the character named Bob. string $params[] = `getParameters -onMod "Bob"`;
Additional information
Related commands
- addParameter
- getParameter
- hasParameter
- listParameters
- removeAllParameters
- removeParameter
- removeUnusedParameters
- renameParameter
- selectByParameter
- setParameter
, multiple selections available,
Related content
listParameters
listParameters
More like this
getParameterExpression
getParameterExpression
More like this
getParameterUserValue
getParameterUserValue
More like this
setParameter
setParameter
More like this
setStaticParameterExpression
setStaticParameterExpression
More like this
setStaticParameterExpression
setStaticParameterExpression
More like this