AssetQuery

Engine/source/assets/assetQuery.h

More...

Private Types

Parent 

Public Attributes

Protected Functions

Called during the reading of the object to allow custom properties to be read.

Called during the writing of the object to allow custom properties to be written.

Protected Static Functions

const char *
getCount(void * obj, const char * data)
bool
writeCount(void * obj, StringTableEntry pFieldName)

Public Functions

bool

Whether asset is contained or not.

Declare Console Object.

set(const AssetQuery & assetQuery)

Set assets.

Public Static Functions

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.

Public Static Functions

initPersistFields()

SimObject overrides.