Removes a parameter with the given name from the selected character or the one specified using -onMod
.
Parameters
removeParameter parameterName [-onMod string] [-solving] |
Name | Type | Required | Comments |
---|---|---|---|
parameterName | String | Yes | Defines the name of the parameter to be removed. |
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
onMod | 1 | string | — | Defines the character to remove the parameter from. |
solving |
void
// Remove the parameter named "UpperArmLength" from the selected // character removeParameter "UpperArmLength"; |