ValvePython / csgo

🔫 Python package for interacting with CS:GO Game Coordinator
http://csgo.readthedocs.io
123 stars 17 forks source link

Meaning of request_level parameter #60

Open Gobot1234 opened 1 year ago

Gobot1234 commented 1 year ago

enum EMsgGCAccountPrivacyRequestLevel_t
{
    k_EMsgGCAccountPrivacySettingsValue_Public_All =        0,                  // Requesting data that is already easily available to everybody (e.g. persona name)
    k_EMsgGCAccountPrivacySettingsValue_Public_Shared =     0x10,               // Setting can be shared with public
    k_EMsgGCAccountPrivacySettingsValue_Friends_Only =      0x20,               // Setting shared with friends
    k_EMsgGCAccountPrivacySettingsValue_Private_All =       0x80,               // All information that should already be available to the owner
};