...
(databasenode)
The databasenode representing the image containing the token
getHeight
Code Block | ||
---|---|---|
| ||
function getHeight() |
Returns the height value associated with the token instance.
Return values
(number)
The height for this token instance
getId
Code Block | ||
---|---|---|
| ||
function getId() |
...
state (boolean)
Returns true if this token is presently marked active, false otherwise.
setHeight
Code Block | ||
---|---|---|
| ||
function setHeight(height) |
Sets the height value associated with the token instance.
Parameters
height (number)
A number containing the value to use as the token instance height.
setName
Code Block | ||
---|---|---|
| ||
function setName(name) |
...