mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 08:25:08 -05:00
25 lines
664 B
Plaintext
25 lines
664 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{packet|name=Set interface text|description=Sets the text for a specified interface|opcode=126|type=VARIABLE_SHORT|length=N/A|revision=317}}
|
|
== Set Interface Text ==
|
|
|
|
=== Description ===
|
|
|
|
Sets the text for the specific interface.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Non Standard Data Types|RS_String]]
|
|
| The new text for the interface
|
|
|-
|
|
| [[Data Types#Non Standard Data Types|Short A]]
|
|
| The interface id
|
|
|-
|
|
|}
|
|
|
|
=== Information ===
|
|
I do not recommend you use this to change the text color.
|
|
I refer you to [[317 Interface color|Interface Color]] for the proper way to do so. |