Table of Contents

<buyOff> Element (for line)

This element adds a buyoff that will be required for units.

Parent Elements

buyOffs

Attributes

Name Type Description Required
name string A short, human-readable name for the buyoff. This name is used when referring to the buyoff in screen prompts. Yes
optional boolean Whether this should be considered optional for a unit, making this informational only. If this is true, then this will be ignored when performing final checks or sequence checks. This is useful for testing, or for adding this temporarily so that units already on the line will not be rejected. No (defaults to false)
sequence float Defines the sequence number for this buyoff, used by sequence checks. See sequenceCheck for <onUnitRelease> or <onUnitScan> for more information. No

Child Elements

Name Description Required
authorization Defines the authorization for this buyoff. The SetBuyoff and ClearBuyoff permission types are applicable. No
unitFilter Defines the units for which this buyoff will be required. If this is not specified, it will be required for all units. No