Skip to content

Finding correct parameters for different messages #37

Open
@ghost

Description

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions