mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-15 13:45:04 -05:00
Update MediaWiki page '443 Protocol'
This commit is contained in:
parent
de5996a8f9
commit
f0ca717414
@ -53,22 +53,42 @@ Client states are used to switch between different graphic and logic procedures.
|
|||||||
|-
|
|-
|
||||||
! Opcode
|
! Opcode
|
||||||
! Frame Name
|
! Frame Name
|
||||||
|
! Variable 0
|
||||||
|
! Variable 1
|
||||||
|
! Variable 2
|
||||||
|
! Action Name
|
||||||
! Description
|
! Description
|
||||||
|-
|
|-
|
||||||
! 31
|
! 31
|
||||||
! [[443 Add Friend|Add Friend]]
|
! [[443 Add Friend|Add Friend]]
|
||||||
|
! NA
|
||||||
|
! NA
|
||||||
|
! NA
|
||||||
|
! #{ name_of_friend_to_add }
|
||||||
! Action for when a friend is added.
|
! Action for when a friend is added.
|
||||||
|-
|
|-
|
||||||
! 2
|
! 2
|
||||||
! [[443 Remove Friend|Remove Friend]]
|
! [[443 Remove Friend|Remove Friend]]
|
||||||
|
! NA
|
||||||
|
! NA
|
||||||
|
! NA
|
||||||
|
! #{ name_of_friend_to_remove }
|
||||||
! Action for when a friend is removed.
|
! Action for when a friend is removed.
|
||||||
|-
|
|-
|
||||||
! 21
|
! 21
|
||||||
! [[443 Add Ignore|Add Ignore]]
|
! [[443 Add Ignore|Add Ignore]]
|
||||||
|
! NA
|
||||||
|
! NA
|
||||||
|
! NA
|
||||||
|
! #{ name_of_ignore_to_add }
|
||||||
! Action for when an ignore is added.
|
! Action for when an ignore is added.
|
||||||
|-
|
|-
|
||||||
! 50
|
! 50
|
||||||
! [[443 Remove Ignore|Remove Ignore]]
|
! [[443 Remove Ignore|Remove Ignore]]
|
||||||
|
! NA
|
||||||
|
! NA
|
||||||
|
! NA
|
||||||
|
! #{ name_of_ignore_to_remove }
|
||||||
! Action for when an ignore is removed.
|
! Action for when an ignore is removed.
|
||||||
|}
|
|}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user