Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finding correct parameters for different messages #37

Open
ghost opened this issue Dec 20, 2020 · 1 comment
Open

Finding correct parameters for different messages #37

ghost opened this issue Dec 20, 2020 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Dec 20, 2020

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)

@rossengeorgiev
Copy link
Contributor

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.

Here is an example: ValvePython/steam#299 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant