mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-21 08:35:00 -05:00
Create MediaWiki page '317 Initialize player'
This commit is contained in:
parent
db942ba4d2
commit
94a9b66c8b
22
317-Initialize-player.mediawiki
Normal file
22
317-Initialize-player.mediawiki
Normal file
@ -0,0 +1,22 @@
|
||||
[[Category Packet]]
|
||||
[[Category Packet 317]]
|
||||
{{packet|name=Initialize player|description=Sends the player's membership status and their current index on the server's player list.|opcode=249|type=Fixed|length=3|revision=317}}
|
||||
== Initialize Player ==
|
||||
|
||||
=== Description ===
|
||||
|
||||
Sends the player membership flag and player list index.
|
||||
|
||||
=== Packet Structure ===
|
||||
|
||||
{| border=2
|
||||
! Data type
|
||||
! Description
|
||||
|-
|
||||
| [[Data Types#Standard data types|Byte]] [[Data Types#Non Standard Data Types|Special A]]
|
||||
| Membership flag (1 = member, 0 = free).
|
||||
|-
|
||||
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]] [[Data Types#Non Standard Data Types|Special A]]
|
||||
| Player list index.
|
||||
|-
|
||||
|}
|
@ -1,9 +1,9 @@
|
||||
<!-- DO NOT EDIT THIS FILE, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
The following categories contain pages or media.
|
||||
* [[Category Data Type]] (3 members)
|
||||
* [[Category Packet]] (29 members)
|
||||
* [[Category Packet]] (30 members)
|
||||
* [[Category Packet 194]] (1 members)
|
||||
* [[Category Packet 317]] (26 members)
|
||||
* [[Category Packet 317]] (27 members)
|
||||
* [[Category Packet 474]] (1 members)
|
||||
* [[Category Packet {{{revision}}}]] (1 members)
|
||||
* [[Category RS2]] (4 members)
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet 317"''' ==
|
||||
The following 26 pages are in this category.
|
||||
The following 27 pages are in this category.
|
||||
* [[317 Animation reset]]
|
||||
* [[317 Camera shake]]
|
||||
* [[317 Chat interface]]
|
||||
@ -9,6 +9,7 @@ The following 26 pages are in this category.
|
||||
* [[317 Construct map region]]
|
||||
* [[317 Flash sidebar]]
|
||||
* [[317 Friends list status]]
|
||||
* [[317 Initialize player]]
|
||||
* [[317 Interface color]]
|
||||
* [[317 Interface item]]
|
||||
* [[317 Inventory overlay]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet"''' ==
|
||||
The following 29 pages are in this category.
|
||||
The following 30 pages are in this category.
|
||||
* [[194 Protocol]]
|
||||
* [[317 Animation reset]]
|
||||
* [[317 Camera shake]]
|
||||
@ -10,6 +10,7 @@ The following 29 pages are in this category.
|
||||
* [[317 Construct map region]]
|
||||
* [[317 Flash sidebar]]
|
||||
* [[317 Friends list status]]
|
||||
* [[317 Initialize player]]
|
||||
* [[317 Interface color]]
|
||||
* [[317 Interface item]]
|
||||
* [[317 Inventory overlay]]
|
||||
|
Loading…
Reference in New Issue
Block a user