Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(databasenode)
The databasenode representing the image containing the token

getHeight

Code Block
languagelua
function getHeight()

Returns the height value associated with the token instance.

Return values

(number)
The height for this token instance

getId

Code Block
languagelua
function getId()

...

state   (boolean)   
Returns true if this token is presently marked active, false otherwise.

setHeight

Code Block
languagelua
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
languagelua
function setName(name)

...