You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those are unified manages, you can use send_um to send them by specifying the <servicename>.<methodname>#1 then parameters as dict. The service and rpc definitions are located at the end of the file.
I'd like to know where can I find the stuff that I need to pass in as parameters for different messages. For example:
message CGCSystemMsg_GetAccountDetails {
option (msgpool_soft_limit) = 128;
option (msgpool_hard_limit) = 512;
optional fixed64 steamid = 1;
optional uint32 appid = 2;
}
I have no idea what goes into (msgpool_soft_limit) and (msgpool_hard_limit)
The text was updated successfully, but these errors were encountered: