Difference between revisions of "Event Conditional 22"
Jump to navigation
Jump to search
(Created page with "= {22} {{EC_22}} = {{EC_22_ex}} {{EC_22_desc}} == 1) Team : Byte (Hex) / Half-Word (Hex) == * 0x00 Specified Unit ID * 0x01 Ally Team * 0x02 Enemy Teams == 2) Unit ID : B...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 27: | Line 27: | ||
− | == 6) | + | == 6) Max X : Byte (Unsigned) / Half-Word (Unsigned) == |
The higher X axis coordinate value. | The higher X axis coordinate value. | ||
− | + | == 7) Max Y : Byte (Unsigned) / Half-Word (Unsigned) == | |
− | == 7) | ||
The higher Y axis coordinate value. | The higher Y axis coordinate value. |
Latest revision as of 19:10, 31 March 2022
Contents
- 1 {22} UnitsInRange<=
- 1.1 1) Team : Byte (Hex) / Half-Word (Hex)
- 1.2 2) Unit ID : Byte (Hex) / Half-Word (Hex)
- 1.3 3) Maximum Unit Count : Byte (Unsigned) / Half-Word (Unsigned)
- 1.4 4) Min X : Byte (Unsigned) / Half-Word (Unsigned)
- 1.5 5) Min Y : Byte (Unsigned) / Half-Word (Unsigned)
- 1.6 6) Max X : Byte (Unsigned) / Half-Word (Unsigned)
- 1.7 7) Max Y : Byte (Unsigned) / Half-Word (Unsigned)
{22} UnitsInRange<=
UnitsInRange<=(xTM,xID,CNT,MIX,MIY,MAX,MAY)
A maximal number of units matching a certain team or Unit ID must be present within the X,Y to X,Y tile coordinates.
1) Team : Byte (Hex) / Half-Word (Hex)
- 0x00 Specified Unit ID
- 0x01 Ally Team
- 0x02 Enemy Teams
2) Unit ID : Byte (Hex) / Half-Word (Hex)
ID of the unit specified in the ENTD. Ignored unless Team 0x00 is specified.
3) Maximum Unit Count : Byte (Unsigned) / Half-Word (Unsigned)
The maximum number of units that must be inside the range.
4) Min X : Byte (Unsigned) / Half-Word (Unsigned)
The lower X axis coordinate value.
5) Min Y : Byte (Unsigned) / Half-Word (Unsigned)
The lower Y axis coordinate value.
6) Max X : Byte (Unsigned) / Half-Word (Unsigned)
The higher X axis coordinate value.
7) Max Y : Byte (Unsigned) / Half-Word (Unsigned)
The higher Y axis coordinate value.