Document possibly-unexpected yet valid auth strings
This commit is contained in:
parent
eafd6626ec
commit
d0c701793c
@ -47,6 +47,12 @@ enum NetFlow
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Auth string types.
|
* Auth string types.
|
||||||
|
*
|
||||||
|
* Note that for the Steam2 and Steam3 types, the following ids are
|
||||||
|
* also valid values:
|
||||||
|
* "STEAM_ID_PENDING" - Authentication is pending.
|
||||||
|
* "STEAM_ID_LAN" - Authentication is disabled because of being on a LAN server.
|
||||||
|
* "BOT" - The client is a bot.
|
||||||
*/
|
*/
|
||||||
enum AuthStringType
|
enum AuthStringType
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user