mirror of
https://github.com/moparisthebest/rswiki-book
synced 2025-02-16 04:20:10 -05:00
Create MediaWiki page '317 Force client setting'
This commit is contained in:
parent
2665a79b90
commit
a08a3640ac
25
317-Force-client-setting.mediawiki
Normal file
25
317-Force-client-setting.mediawiki
Normal file
@ -0,0 +1,25 @@
|
||||
[[Category Packet]]
|
||||
[[Category Packet 317]]
|
||||
{{packet|name=Force client setting|description=Forcefully alters a client setting value and default value to some supplied value.|opcode=36|type=Fixed|length=4|revision=317}}
|
||||
== Force Client Setting ==
|
||||
|
||||
=== Description ===
|
||||
|
||||
The client stores various user settings in an array of integers of size 2000. The client also stores alternate (default?) values for these settings in a duplicate, equally-sized array.
|
||||
|
||||
=== Packet Structure ===
|
||||
|
||||
{| border=2
|
||||
! Data type
|
||||
! Description
|
||||
|-
|
||||
| [[Data Types#Standard data types|Short]] [[Data Types#Byte Order|Little Endian]]
|
||||
| Setting ID number.
|
||||
|-
|
||||
| [[Data Types#Standard data types|Byte]]
|
||||
| New value (and default value) for the setting.
|
||||
|-
|
||||
|}
|
||||
|
||||
=== Other Information ===
|
||||
Opcode 87 is extremely similar in structure, but minute differences suggest that it is instead intended for use with "slider-bars."
|
@ -2,9 +2,9 @@
|
||||
The following categories contain pages or media.
|
||||
* [[Category Cache]] (3 members)
|
||||
* [[Category Data Type]] (3 members)
|
||||
* [[Category Packet]] (92 members)
|
||||
* [[Category Packet]] (93 members)
|
||||
* [[Category Packet 194]] (4 members)
|
||||
* [[Category Packet 317]] (81 members)
|
||||
* [[Category Packet 317]] (82 members)
|
||||
* [[Category Packet 377]] (5 members)
|
||||
* [[Category Packet 474]] (1 members)
|
||||
* [[Category Packet {{{revision}}}]] (1 members)
|
||||
|
@ -1,7 +1,7 @@
|
||||
317 Packets
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet 317"''' ==
|
||||
The following 81 pages are in this category.
|
||||
The following 82 pages are in this category.
|
||||
* [[317 Add friend]]
|
||||
* [[317 Add ignore]]
|
||||
* [[317 Alternate item option 2]]
|
||||
@ -27,6 +27,7 @@ The following 81 pages are in this category.
|
||||
* [[317 Flash sidebar]]
|
||||
* [[317 Focus change]]
|
||||
* [[317 Follow]]
|
||||
* [[317 Force client setting]]
|
||||
* [[317 Friends list status]]
|
||||
* [[317 Idle logout]]
|
||||
* [[317 Idle]]
|
||||
|
@ -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 92 pages are in this category.
|
||||
The following 93 pages are in this category.
|
||||
* [[194 Clear screen]]
|
||||
* [[194 Logout]]
|
||||
* [[194 Protocol]]
|
||||
@ -30,6 +30,7 @@ The following 92 pages are in this category.
|
||||
* [[317 Flash sidebar]]
|
||||
* [[317 Focus change]]
|
||||
* [[317 Follow]]
|
||||
* [[317 Force client setting]]
|
||||
* [[317 Friends list status]]
|
||||
* [[317 Idle logout]]
|
||||
* [[317 Idle]]
|
||||
|
Loading…
Reference in New Issue
Block a user