Used for following a unit.
def Follow
int8 :action_identifier
int8 :selection_count
int16 :zero
int32 :followed_id
array :selection_ids,
type => :int32,
initial_length => :selection_count
end
:action_identifier
Always has the value 0x14
.
:selection_count
Number of selected units.
:zero The two bytes after :selection_count are always zero.
:followed_id
The ID of the unit that will be followed.
:selection_ids
The IDs of the units that are following the unit with :followed_id.
14 02 00 00 40 18 00 00 44 18 00 00 42 18 00 00
14
— action_identifier
02
— selection_count
00 00
— zero
40 18 00 00
— followed_id
44 18 00 00
— selected_id
42 18 00 00
— selected_id