AssetQuery

consoledoc.h

More...

Public Attributes

int

Gets the number of results in the asset query.

Public Functions

void

Clears all asset Id results.Clears all asset Id results.

string
getAsset(int resultIndex)

Gets the asset Id at the specified query result index.

int

Gets the count of asset Id results.

bool
set(int queryId)

Sets the asset query to a copy of the specified asset query.

Detailed Description

UNDOCUMENTED!

Public Attributes

int count 

Gets the number of results in the asset query.

Public Functions

clear()

Clears all asset Id results.Clears all asset Id results.

return:

() No return value.

getAsset(int resultIndex)

Gets the asset Id at the specified query result index.

Parameters:

resultIndex

The query result index to use.

return:

(assetId)The asset Id at the specified index or NULL if not valid.

getCount()

Gets the count of asset Id results.

return:

(int)The count of asset Id results.

set(int queryId)

Sets the asset query to a copy of the specified asset query.

Parameters:

assetQuery

The asset query to copy.

return:

Whether the operation succeeded or not.