User Tools

Site Tools


object

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
object [2022/12/17 14:49] justinobject [2022/12/17 19:21] justin
Line 24: Line 24:
 |<object>.frame|Current [[animation]] frame (as a [[number]], with the first frame being 1). This can be used to either retrieve or change the model's current frame. If this property is changed and an [[animation]] is playing, the [[animation]] will first be stopped.| |<object>.frame|Current [[animation]] frame (as a [[number]], with the first frame being 1). This can be used to either retrieve or change the model's current frame. If this property is changed and an [[animation]] is playing, the [[animation]] will first be stopped.|
 |<object>.animations|An [[array]] of [[animation]] names defined for this object. The names will be [[string]] values.| |<object>.animations|An [[array]] of [[animation]] names defined for this object. The names will be [[string]] values.|
-|<object>.textures|An [[array]] of texture names defined for this object. The names will be [[string]] values.| 
 |<object>.attach_points|An [[array]] of [[attach_points|attach point]] names defined for this object (across all [[animation]] frames). The names will be [[string]] values. The [[array]] will be empty if no [[attach points]] are defined.| |<object>.attach_points|An [[array]] of [[attach_points|attach point]] names defined for this object (across all [[animation]] frames). The names will be [[string]] values. The [[array]] will be empty if no [[attach points]] are defined.|
 +|<object>.attachment["x"]|[[Object]] attached to the object, where "x" is the [[attach_points|attach point]] ID.|
 +|<object>.effect["x"]|[[Effect]] attached to the object, where "x" is the [[attach_points|attach point]] ID.|
 +|<object>.textures|An [[array]] of texture names defined for this object. The names will be [[string]] values.|
  
 ~~NOTOC~~ ~~NOTOC~~
object.txt · Last modified: 2024/03/14 09:41 by justin