AOS REVIVALJoin Discord
Packet ID0700x46
Players // wire record

PickPickup

Confirms an authoritative objective pickup and initializes the carried tool and burden state.

S→CSentImplementation-backed4 bytes
Exact field order

Packet 70 wire layout

The first byte is the application packet ID. The rows after it appear in decode order. Sizes exclude ENet headers, the outer wrapper prefix, LZF chunk framing, and compression effects.

Packet 70 PickPickup fields in byte order
#FieldEncodingBytesPurpose
0packet_idu81Always 70 (0x46).
1player_idu81Compact player-slot identifier.
2pickup_idu81pickup id value.
3burdensomeboolean u81burdensome value.
Protocol convention

How to read this layout

  • LE means least-significant byte first.
  • fixed16 is two-byte sign-magnitude at 1/64 precision.
  • orientation16 uses the measured 1/8192 orientation mapping.
  • NUL strings consume their encoded byte length plus one 00 terminator.
  • Counted arrays repeat immediately in the order shown.