mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-21 08:35:00 -05:00
Create MediaWiki page '377 Initialize Player'
This commit is contained in:
parent
12ce4aee32
commit
70da42d09a
21
377-Initialize-Player.mediawiki
Normal file
21
377-Initialize-Player.mediawiki
Normal file
@ -0,0 +1,21 @@
|
||||
[[Category Packet]]
|
||||
[[Category Packet 377]]
|
||||
{{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=377}}
|
||||
== Initialize Player ==
|
||||
|
||||
=== Description ===
|
||||
Sends the player's membership status and their current index on the server's player list.
|
||||
|
||||
=== Packet Structure ===
|
||||
|
||||
{| border=2
|
||||
! Data type
|
||||
! Description
|
||||
|-
|
||||
| Unsigned [[Data Types#Standard data types|Byte]]
|
||||
| Membership flag (1 = member, 0 = free).
|
||||
|-
|
||||
| Unsigned [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
||||
| Player list index.
|
||||
|-
|
||||
|}
|
@ -2,10 +2,10 @@
|
||||
The following categories contain pages or media.
|
||||
* [[Category Cache]] (3 members)
|
||||
* [[Category Data Type]] (3 members)
|
||||
* [[Category Packet]] (109 members)
|
||||
* [[Category Packet]] (110 members)
|
||||
* [[Category Packet 194]] (4 members)
|
||||
* [[Category Packet 317]] (90 members)
|
||||
* [[Category Packet 377]] (11 members)
|
||||
* [[Category Packet 377]] (12 members)
|
||||
* [[Category Packet 474]] (3 members)
|
||||
* [[Category Packet {{{revision}}}]] (1 members)
|
||||
* [[Category RS2]] (14 members)
|
||||
|
@ -1,7 +1,8 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet 377"''' ==
|
||||
The following 11 pages are in this category.
|
||||
The following 12 pages are in this category.
|
||||
* [[377 Construct Map Region]]
|
||||
* [[377 Initialize Player]]
|
||||
* [[377 Input Amount]]
|
||||
* [[377 Interface Animation]]
|
||||
* [[377 Interface Item]]
|
||||
|
@ -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 109 pages are in this category.
|
||||
The following 110 pages are in this category.
|
||||
* [[194 Clear screen]]
|
||||
* [[194 Logout]]
|
||||
* [[194 Protocol]]
|
||||
@ -96,6 +96,7 @@ The following 109 pages are in this category.
|
||||
* [[317 Walkable interface]]
|
||||
* [[317 Weight]]
|
||||
* [[377 Construct Map Region]]
|
||||
* [[377 Initialize Player]]
|
||||
* [[377 Input Amount]]
|
||||
* [[377 Interface Animation]]
|
||||
* [[377 Interface Item]]
|
||||
|
Loading…
Reference in New Issue
Block a user