Main   GitHub

Methods | Fields | List of all members
AssetQuery Class Reference

Inherits SimObject, and SimObject.

Methods

void clear ()
 
void clear ()
 
string getAsset (int resultIndex)
 
string getAsset (int resultIndex)
 
int getCount ()
 
int getCount ()
 
bool set (assetQuery)
 
bool set (assetQuery)
 
- Methods inherited from SimObject
void addFieldFilter (fieldName)
 
void addFieldFilter (fieldName)
 
string call (%args)
 
string call (%args)
 
int clone ([bool copyDynamicFields?=false])
 
int clone ([bool copyDynamicFields?=false])
 
void delete ()
 
void delete ()
 
void dump ()
 
void dump ()
 
void dumpClassHierarchy ()
 
void dumpClassHierarchy ()
 
string getClassName ()
 
string getClassName ()
 
string getClassNamespace ()
 
string getClassNamespace ()
 
string getDynamicField (index)
 
string getDynamicField (index)
 
int getDynamicFieldCount ()
 
int getDynamicFieldCount ()
 
string getField (int index)
 
string getField (int index)
 
int getFieldCount ()
 
int getFieldCount ()
 
string getFieldType (fieldName)
 
string getFieldType (fieldName)
 
string getFieldValue (fieldName)
 
string getFieldValue (fieldName)
 
int getGroup ()
 
int getGroup ()
 
int getId ()
 
int getId ()
 
string getInternalName ()
 
string getInternalName ()
 
string getName ()
 
string getName ()
 
string getProgenitorFile ()
 
string getProgenitorFile ()
 
string getSuperClassNamespace ()
 
string getSuperClassNamespace ()
 
int getType ()
 
int getType ()
 
bool isChildOfGroup ()
 
bool isChildOfGroup ()
 
bool isMemberOfClass (string classname)
 
bool isMemberOfClass (string classname)
 
bool isMethod (string method name)
 
bool isMethod (string method name)
 
bool isTimerActive ()
 
bool isTimerActive ()
 
void removeFieldFilter (fieldName)
 
void removeFieldFilter (fieldName)
 
bool save (fileName,[selectedOnly])
 
bool save (fileName,[selectedOnly])
 
int schedule (time, command,< arg1...argN >)
 
int schedule (time, command,< arg1...argN >)
 
void setClassNamespace ()
 
void setClassNamespace ()
 
bool setFieldValue (fieldName, value)
 
bool setFieldValue (fieldName, value)
 
void setInternalName ()
 
void setInternalName ()
 
void setName (newName)
 
void setName (newName)
 
void setProgenitorFile (file)
 
void setProgenitorFile (file)
 
void setSuperClassNamespace ()
 
void setSuperClassNamespace ()
 
bool startTimer (callbackFunction, float timePeriod,[repeat])
 
bool startTimer (callbackFunction, float timePeriod,[repeat])
 
void stopTimer ()
 
void stopTimer ()
 

Fields

int count
 
SimBase
bool canSaveDynamicFields
 
string internalName
 
SimObjectPtr parentGroup
 
Namespace Linking
string superclass
 
string class
 
- Fields inherited from SimObject
bool canSaveDynamicFields
 
string internalName
 
SimObjectPtr parentGroup
 
string superclass
 
string class
 

Methods

void AssetQuery::clear ( )
  • Clears all asset Id results.
    Returns
    () No return value.
void AssetQuery::clear ( )
  • Clears all asset Id results.
    Returns
    () No return value.
string AssetQuery::getAsset ( int  resultIndex)
  • Gets the asset Id at the specified query result index.
    Parameters
    resultIndexThe query result index to use.
    Returns
    (assetId) The asset Id at the specified index or NULL if not valid.
string AssetQuery::getAsset ( int  resultIndex)
  • Gets the asset Id at the specified query result index.
    Parameters
    resultIndexThe query result index to use.
    Returns
    (assetId) The asset Id at the specified index or NULL if not valid.
int AssetQuery::getCount ( )
  • Gets the count of asset Id results.
    Returns
    (int) The count of asset Id results.
int AssetQuery::getCount ( )
  • Gets the count of asset Id results.
    Returns
    (int) The count of asset Id results.
bool AssetQuery::set ( assetQuery  )

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

Parameters
assetQueryThe asset query to copy.
Returns
Whether the operation succeeded or not.
bool AssetQuery::set ( assetQuery  )

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

Parameters
assetQueryThe asset query to copy.
Returns
Whether the operation succeeded or not.

Member Data Documentation

bool AssetQuery::canSaveDynamicFields
string AssetQuery::class

Script SuperClass of object.

int AssetQuery::count

Gets the number of results in the asset query.

string AssetQuery::internalName
SimObjectPtr AssetQuery::parentGroup

Group hierarchy parent of the object.

string AssetQuery::superclass

Script Class of object.



Copyright © 2013 GarageGames, LLC. All Rights Reserved.