TorqueScript Reference
ImageAsset Member List

This is the complete list of members for ImageAsset, including all inherited members.

addExplicitCell(int cellOffsetX, int cellOffsetY, int cellWidth, int cellHeight, string cellName)ImageAsset
addFieldFilter(fieldName)SimObject
call(methodName, [args]*)SimObject
clearExplicitCells()ImageAsset
clone([copyDynamicFields=false]?)SimObject
delete()SimObject
dump()SimObject
dumpClassHierarchy()SimObject
getAssetId()AssetBase
getCellCountX()ImageAsset
getCellCountY()ImageAsset
getCellHeight()ImageAsset
getCellOffsetX()ImageAsset
getCellOffsetY()ImageAsset
getCellRowOrder()ImageAsset
getCellStrideX()ImageAsset
getCellStrideY()ImageAsset
getCellWidth()ImageAsset
getClassName()SimObject
getClassNamespace()SimObject
getDynamicField(index)SimObject
getDynamicFieldCount()SimObject
getExplicitCellCount()ImageAsset
getExplicitCellHeight(cell)ImageAsset
getExplicitCellIndex(cellName)ImageAsset
getExplicitCellName(cell)ImageAsset
getExplicitCellOffset(cell)ImageAsset
getExplicitCellWidth(cell)ImageAsset
getField(int index)SimObject
getFieldCount()SimObject
getFieldType(fieldName)SimObject
getFieldValue(fieldName)SimObject
getFilterMode()ImageAsset
getForce16Bit()ImageAsset
getFrameCount()ImageAsset
getFrameSize(int frame)ImageAsset
getGroup()SimObject
getId()SimObject
getImageFile()ImageAsset
getImageHeight()ImageAsset
getImageSize()ImageAsset
getImageWidth()ImageAsset
getInternalName()SimObject
getIsImagePOT()ImageAsset
getName()SimObject
getProgenitorFile()SimObject
getSuperClassNamespace()SimObject
getType()SimObject
insertExplicitCell(int cellIndex, int cellOffsetX, int cellOffsetY, int cellWidth, int cellHeight, string cellName)ImageAsset
isChildOfGroup(groupID)SimObject
isMemberOfClass(string classname)SimObject
isMethod(string methodName)SimObject
isTimerActive()SimObject
refreshAsset()AssetBase
removeExplicitCell(int cellIndex)ImageAsset
removeFieldFilter(fieldName)SimObject
save(fileName, [selectedOnly]?)SimObject
schedule(time, command, [arg]*)SimObject
setCellCountX(countX)ImageAsset
setCellCountY(countY)ImageAsset
setCellHeight(Height)ImageAsset
setCellOffsetX(offsetX)ImageAsset
setCellOffsetY(offsetY)ImageAsset
setCellRowOrder(rowOrder?)ImageAsset
setCellStrideX(strideX)ImageAsset
setCellStrideY(strideY)ImageAsset
setCellWidth(Width)ImageAsset
setClassNamespace(nameSpace)SimObject
setExplicitCell(int cellIndex, int cellOffsetX, int cellOffsetY, int cellWidth, int cellHeight, string cellName)ImageAsset
setFieldValue(fieldName, value)SimObject
setFilterMode(mode)ImageAsset
setForce16Bit(force16Bit?)ImageAsset
setImageFile(ImageFile)ImageAsset
setInternalName(string InternalName)SimObject
setName(newName)SimObject
setProgenitorFile(file)SimObject
setSuperClassNamespace()SimObject
startTimer(callbackFunction, float timePeriod, [repeat]?)SimObject
stopTimer()SimObject