mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Common: reverse engineer last OOB message ID
Out-of-band message ID 'N' is MatchInfo update (calls CHLClient::RemoteMatchInfoUpdated() which then calls UICodeCallback_RemoteMatchInfoUpdated. The RemoteMatchInfo data can be retrieved through script function GetRemoteMatchInfo()).
This commit is contained in:
parent
9a9e84f974
commit
35b23915d3
@ -30,10 +30,10 @@
|
||||
#define S2C_CONNREJECT 'K' // special protocol for rejected connections
|
||||
|
||||
// Generic Ping Request
|
||||
#define A2A_PING 'L' // respond with an A2A_ACK
|
||||
#define A2A_ACK 'M' // general acknowledgment without info
|
||||
#define A2A_PING 'L' // respond with an A2A_ACK
|
||||
#define A2A_ACK 'M' // general acknowledgment without info
|
||||
|
||||
#define S2C_UNKNOWN_UISCRIPT 'N' // TODO: figure out what this does, see [r5apex + 0x288880]
|
||||
#define S2C_MATCHINFO_UPDATE 'N' // remote match info update
|
||||
|
||||
// Data Block Request
|
||||
#define S2C_DATABLOCK_FRAGMENT 'O' // data block fragment
|
||||
|
Loading…
x
Reference in New Issue
Block a user