AssetQuery
Engine/source/assets/assetQuery.h
Private Types
Parent
Public Attributes
Protected Functions
onTamlCustomRead(const TamlCustomNodes & customNodes)
Called during the reading of the object to allow custom properties to be read.
onTamlCustomWrite(TamlCustomNodes & customNodes)
Called during the writing of the object to allow custom properties to be written.
Protected Static Functions
bool
writeCount(void * obj, StringTableEntry pFieldName)
Public Functions
bool
containsAsset(StringTableEntry assetId)
Whether asset is contained or not.
Declare Console Object.
set(const AssetQuery & assetQuery)
Set assets.
Public Static Functions
SimObject overrides.
Detailed Description
Private Types
typedef SimObject Parent
Public Attributes
Vector< StringTableEntry > mAssetList
Protected Functions
onTamlCustomRead(const TamlCustomNodes & customNodes)
Reimplemented from: SimObject
onTamlCustomWrite(TamlCustomNodes & customNodes)
Reimplemented from: SimObject
Protected Static Functions
getCount(void * obj, const char * data)
writeCount(void * obj, StringTableEntry pFieldName)
Public Functions
AssetQuery()
~AssetQuery()
containsAsset(StringTableEntry assetId)
Whether asset is contained or not.
DECLARE_CONOBJECT(AssetQuery )
Declare Console Object.
set(const AssetQuery & assetQuery)
Set assets.