Uses of Class
VASSAL.script.expression.FormattedStringExpression
-
Uses of FormattedStringExpression in VASSAL.counters
Modifier and TypeFieldDescriptionprotected FormattedStringExpression
GlobalCommandTarget.targetAttachment
protected FormattedStringExpression
GlobalCommandTarget.targetAttachmentId
protected FormattedStringExpression
GlobalCommandTarget.targetBoard
protected FormattedStringExpression
GlobalCommandTarget.targetDeck
protected FormattedStringExpression
GlobalCommandTarget.targetLocation
protected FormattedStringExpression
GlobalCommandTarget.targetMap
protected FormattedStringExpression
GlobalCommandTarget.targetProperty
protected FormattedStringExpression
GlobalCommandTarget.targetValue
protected FormattedStringExpression
GlobalCommandTarget.targetX
protected FormattedStringExpression
GlobalCommandTarget.targetY
protected FormattedStringExpression
GlobalCommandTarget.targetZone
protected FormattedStringExpression
PlaceMarker.xOffsetExpression
protected FormattedStringExpression
PlaceMarker.yOffsetExpression
Modifier and TypeMethodDescriptionGlobalCommandTarget.getTargetAttachment()
GlobalCommandTarget.getTargetAttachmentId()
GlobalCommandTarget.getTargetBoard()
GlobalCommandTarget.getTargetDeck()
GlobalCommandTarget.getTargetLocation()
GlobalCommandTarget.getTargetMap()
GlobalCommandTarget.getTargetProperty()
GlobalCommandTarget.getTargetValue()
GlobalCommandTarget.getTargetZone()
Modifier and TypeMethodDescriptionvoid
GlobalCommandTarget.setTargetBoard
(FormattedStringExpression targetBoard) void
GlobalCommandTarget.setTargetDeck
(FormattedStringExpression targetDeck) void
GlobalCommandTarget.setTargetLocation
(FormattedStringExpression targetLocation) void
GlobalCommandTarget.setTargetMap
(FormattedStringExpression targetMap) void
GlobalCommandTarget.setTargetProperty
(FormattedStringExpression targetProperty) void
GlobalCommandTarget.setTargetValue
(FormattedStringExpression targetValue) void
GlobalCommandTarget.setTargetX
(FormattedStringExpression targetX) void
GlobalCommandTarget.setTargetY
(FormattedStringExpression targetY) void
GlobalCommandTarget.setTargetZone
(FormattedStringExpression targetZone)