Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 774 Bytes

32_useplatform.md

File metadata and controls

23 lines (17 loc) · 774 Bytes

0x20 UsePlatform

This empty message is sent by a client's PlayerControl object when using a floating platform.

Note: This message is sent to and from all clients in a game via 0x05 GameData.

Click here to view an example packet
01              # Reliable packet
01a4            # Nonce
090005          # Hazel message (tag of 0x05 = GameData)
    d3503f8a    # Game ID: -1975562029 (REDSUS)
    020002      # Hazel message (tag of 0x02 = RPC)
        4b      # Sender (PlayerControl) Net ID: 75
        20      # RPC Call ID: 32 (UsePlatform)

Previous section: 0x1f ClimbLadder