...
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
onMod | 1 | string | — | Specifies the module on which the command operates. |
Return value
void
Example
Code Block | ||
---|---|---|
| ||
// Remove a namespace called Bob |
...
removeNamespace "Bob"; |
Additional information
Related commands
...