mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 16:35:08 -05:00
19 lines
398 B
Plaintext
19 lines
398 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{packet|name=Run energy|description=Sends the players run energy level.|opcode=110|type=Fixed|length=1|revision=317}}
|
|
== Run Energy ==
|
|
|
|
=== Description ===
|
|
|
|
Sends how much run energy the player currently has.
|
|
|
|
=== Packet Structure ===
|
|
|
|
{| border=2
|
|
! Data type
|
|
! Description
|
|
|-
|
|
| Unsigned [[Data Types#Standard data types|Byte]]
|
|
| The energy level.
|
|
|-
|
|
|} |