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

Method set

Engine/source/assets/assetQuery.h:83–83  ·  view source on GitHub ↗

Set assets.

Source from the content-addressed store, hash-verified

81
82 /// Set assets.
83 inline void set( const AssetQuery& assetQuery ) { this->mAssetList = assetQuery.mAssetList; }
84
85 /// Declare Console Object.
86 DECLARE_CONOBJECT( AssetQuery );

Callers 8

findAssetCategoryMethod · 0.45
findAssetAutoUnloadMethod · 0.45
findAssetInternalMethod · 0.45
findAssetPrivateMethod · 0.45
findAssetTypeMethod · 0.45
findTaggedAssetsMethod · 0.45
findAssetLooseFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected