/
getModule
getModule
Description
Gets the name and location of an object in a scene
Functional area
Data retrieval
Command syntax
Syntax
getModule [-fullPath] [-nameOnly] |
Arguments
None
Flags
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
fullPath | 0 | — | nameOnly | Returns full path to an object |
nameOnly | 0 | — | fullPath | Returns only the name of an object |
Return value
string
Examples
//Get selected module(s) to have data baked string $sel[] = `getModules -selected`; string $characterNode[] = `getModules -selected -type Character`;
, multiple selections available,
Related content
getProperty
getProperty
More like this
getNamespace
getNamespace
More like this
getStringArrayProperty
getStringArrayProperty
More like this
getSubjectsPath
getSubjectsPath
More like this
getModuleRange
getModuleRange
More like this
show
More like this