java.lang.Object
de.rpgframework.foundry.TokenData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDoes this Token uniquely represent a singular Actor, or is it one of many?floatA single icon path which is displayed as an overlay on the TokenintintintintintintThe display mode of the Token nameplate, from CONST.TOKEN_DISPLAY_MODESintAn array of effect icon paths which are displayed on the TokenList<?>intbooleanA file path to an image or video file used to depict the TokenfloatfloatbooleanbooleanbooleanThe name used to describe the TokenA single icon path which is displayed as an overlay on the TokenbooleanintintfloatbooleanIs this Token a source of vision?intThe width of the Token in grid units -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name used to describe the Token -
displayName
public int displayNameThe display mode of the Token nameplate, from CONST.TOKEN_DISPLAY_MODES -
actorLink
public boolean actorLinkDoes this Token uniquely represent a singular Actor, or is it one of many? -
img
A file path to an image or video file used to depict the Token -
width
public int widthThe width of the Token in grid units -
height
public int height -
scale
public int scale -
mirrorX
public boolean mirrorX -
mirrorY
public boolean mirrorY -
lockRotation
public boolean lockRotation -
rotation
public int rotation -
effects
An array of effect icon paths which are displayed on the Token -
overlayEffect
A single icon path which is displayed as an overlay on the Token -
alpha
public float alphaA single icon path which is displayed as an overlay on the Token -
vision
public boolean visionIs this Token a source of vision? -
dimSight
public int dimSight -
brightSight
public int brightSight -
dimLight
public int dimLight -
brightLight
public int brightLight -
sightAngle
public float sightAngle -
lightAngle
public float lightAngle -
lightAlpha
public float lightAlpha -
lightAnimation
-
disposition
public int disposition -
displayBars
public int displayBars -
bar1
-
bar2
-
flags
-
randomImg
public boolean randomImg
-
-
Constructor Details
-
TokenData
public TokenData()
-