TorqueScript Reference
|
#include <assetQuery_ScriptBinding.h>
Inherits SimObject.
void clear | ( | ) |
Clears all asset Id results.
String getAsset | ( | int | resultIndex | ) |
Gets the asset Id at the specified query result index.
resultIndex | The query result index to use. |
Integer getCount | ( | ) |
Gets the count of asset Id results.
Boolean set | ( | assetQuery | ) |
Sets the asset query to a copy of the specified asset query.
assetQuery | The asset query to copy. |