Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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

NameFlag argumentsArgument typeExclusive toComments
fullPath0nameOnlyReturns full path to an object
nameOnly0fullPathReturns 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`;


  • No labels