TorqueScript Reference
Public Member Functions | List of all members
SkeletonAsset Class Reference

Inherits AssetBase.

Public Member Functions

String getAtlasFile ()
 
String getSkeletonFile ()
 
void setAtlasFile (AtlasFile)
 
void setSkeletonFile (SkeletonFile)
 
- Public Member Functions inherited from AssetBase
String getAssetId ()
 
void refreshAsset ()
 
- Public Member Functions inherited from SimObject
Integer clone ([copyDynamicFields=false]?)
 
void delete ()
 
Integer getId ()
 
void setName (newName)
 
String getName ()
 
String getClassNamespace ()
 
String getSuperClassNamespace ()
 
void setClassNamespace (nameSpace)
 
void setSuperClassNamespace ()
 
Boolean isMethod (string methodName)
 
String call (methodName, [args]*)
 
void dumpClassHierarchy ()
 
void dump ()
 
Boolean isMemberOfClass (string classname)
 
String getClassName ()
 
String getFieldValue (fieldName)
 
Boolean setFieldValue (fieldName, value)
 
Integer getDynamicFieldCount ()
 
String getDynamicField (index)
 
Integer getFieldCount ()
 
String getField (int index)
 
void setProgenitorFile (file)
 
String getProgenitorFile ()
 
Integer getType ()
 
String getFieldType (fieldName)
 
void setInternalName (string InternalName)
 
String getInternalName ()
 
Boolean isChildOfGroup (groupID)
 
Integer getGroup ()
 
Boolean startTimer (callbackFunction, float timePeriod, [repeat]?)
 
void stopTimer ()
 
Boolean isTimerActive ()
 
Integer schedule (time, command, [arg]*)
 
Boolean save (fileName, [selectedOnly]?)
 
void addFieldFilter (fieldName)
 
void removeFieldFilter (fieldName)
 

Member Function Documentation

String getAtlasFile ( )

Gets the atlas file.

Returns
Returns the atlas file.
String getSkeletonFile ( )

Gets the skeleton file.

Returns
Returns the skeleton file.
void setAtlasFile ( AtlasFile  )

Sets the atlas file.

Returns
No return value.
void setSkeletonFile ( SkeletonFile  )

Sets the skeleton file.

Returns
No return value.