/
removeParameter
removeParameter
Description
Removes a parameter with the given name from the selected character or the one specified using -onMod
.
Functional area
Parameters
Command syntax
Syntax
removeParameter parameterName [-onMod string] [-solving] |
Arguments
Name | Type | Required | Comments |
---|---|---|---|
parameterName | String | Yes | Defines the name of the parameter to be removed. |
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
onMod | 1 | string | — | Defines the character to remove the parameter from. |
solving |
Return value
void
Examples
// Remove the parameter named "UpperArmLength" from the selected // character removeParameter "UpperArmLength";
Additional information
Related commands
, multiple selections available,
Related content
removeUnusedParameters
removeUnusedParameters
More like this
removeAllParameters
removeAllParameters
More like this
renameParameter
renameParameter
More like this
setParameter
setParameter
More like this
listParameters
listParameters
More like this
getParameters
getParameters
More like this