Selects the type of Location-based filtering that will be done on target pieces.
Current Stack or Deck - Only pieces in the same Stack or Deck as the issuing piece will be checked. This type of filtering, when applicable, is very fast. (Counter GKC only).
Current Map - Only pieces on the same Map as the piece issuing the Global Key Command will be checked. (Counter GKC only).
Current Zone - Only pieces in the same Zone (and therefore Map) as the piece issuing the Global Key Command will be checked. (Counter GKC only).
Current Location - Only pieces in the same Location (i.e. LocationName property the same) as the piece issuing the Global Key Command will be checked. (Counter GKC only).
Current Mat & Cargo - If this piece is a Mat, or if it is a Mat Cargo piece that is currently on a Mat, then the Mat itself and all of its current Cargo will be checked. (Counter GKC only).
Current Attachments - Only pieces attached by an Attachment trait on this piece will be checked. (Counter GKC only).
You can optionally add an expression that evaluates to an Attachment name and only pieces attached using that name will be checked. If the Attachment name field is left blank, then all pieces attached by any Attachment trait on this piece will be checked.
You can also optionally add a Basic Name or Attachment Index to further refine the selection. A Basic Name will only match attached pieces that have the specified Basic Name. An integer Attachment index will return the nth attached piece for a given Attachment name. The first piece attached using an Attachment names is index 1, the second index 2 etc.
Specific Map - Only sends to pieces that are on the Map matching the supplied expression. The expression is evaluated against the properties of the source piece, i.e. the piece issuing the Global Key Command, but then the result of the expression is compared to the Map of potential target pieces to determine if they are valid targets.
Specific Zone - Only sends to pieces that are in the Zone matching the supplied expression (an optional Map expression can be supplied as well). The expressions are evaluated against the properties of the source piece, i.e. the piece issuing the Global Key Command, but then the results of the expressions are compared to the CurrentZone (and optionally CurrentMap) of potential target pieces to determine if they are valid targets.
Specific Location - Only sends to pieces that are in the Location matching the supplied expression (an optional Map expression can be supplied as well). The expressions are evaluated against the properties of the source piece, i.e. the piece issuing the Global Key Command, but then the results of the expressions are compared to the LocationName (and optionally CurrentMap) of potential target pieces to determine if they are valid targets.
Specific X,Y Position - Only sends to pieces that are at the X,Y location matching the supplied expressions (optional Map and Board expressions can be supplied as well). The expressions are evaluated against the properties of the source piece, i.e. the piece issuing the Global Key Command, but then the results of the expressions are compared to the CurrentX and CurrentY (and optionally CurrentMap and CurrentBoard) of potential target pieces to determine if they are valid targets.