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

Method getRecurse

Engine/source/assets/declaredAssets.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 inline StringTableEntry getExtension( void ) const { return mExtension; }
65 inline void setRecurse( const bool recurse ) { mRecurse = recurse; }
66 inline bool getRecurse( void ) const { return mRecurse; }
67
68 /// Declare Console Object.
69 DECLARE_CONOBJECT( DeclaredAssets );

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected