MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getGroup

Method getGroup

Engine/source/console/simObject.h:784–784  ·  view source on GitHub ↗

Return the SimGroup that this object is contained in. Never NULL except for RootGroup and unregistered objects.

Source from the content-addressed store, hash-verified

782 /// Return the SimGroup that this object is contained in. Never NULL except for
783 /// RootGroup and unregistered objects.
784 SimGroup* getGroup() const { return mGroup; }
785
786 /// Assign the given name to this object.
787 void assignName( const char* name );

Callers 5

isSelectedRecursiveMethod · 0.45
simObject.cppFile · 0.45
execMethod · 0.45
findParentObjectMethod · 0.45
_addObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected