Advertisement
negasora

TF2 Update Update

Aug 13th, 2014
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. LobbyType
  2. INVALID
  3. MATCH
  4. PRACTICE
  5. TOURNAMENT
  6. TUTORIAL
  7. CTFLobbyMember
  8. team
  9. .TF_GC_TEAM
  10. connect_state
  11. .CTFLobbyMember.ConnectState
  12. name
  13. latitude
  14. longitude
  15. ready_state
  16. CLobbyPendingPlayerReport
  17. account_id
  18. date
  19. CMsgGameMatchSignOut"
  20. CSOTFLobby
  21. lobby_id
  22. members
  23. .CTFLobbyMember
  24. left_members
  25. .CTFLobbyMember
  26. leader_id
  27. server_id
  28. pending_invites
  29. state
  30. .CSOTFLobby.State
  31. connect
  32. lobby_type
  33. .CSOTFLobby.LobbyType
  34. allow_cheats
  35. game_name
  36. server_region
  37. game_state
  38. .TF_GC_GameState
  39. num_spectators
  40. matchgroup
  41. readyup_remaining_time
  42. leaver_detected
  43. allow_spectating
  44. true
  45. load_game_lobby_id
  46. load_game_save_number
  47. .TFLobbyReadyState"#
  48. !CMsgMatchmakingSearchCountRequest"H
  49. "CMsgMatchmakingSearchCountResponse
  50. searching_players_by_group
  51. CMsgKickedFromMatchmakingQueue"5
  52. CMsgTFPlayerFailedToConnect
  53. failed_loaders
  54. TFLobbyReadyState
  55. TFLobbyReadyState_UNDECLARED
  56. TFLobbyReadyState_ACCEPTED
  57. TFLobbyReadyState_DECLINED
  58. ChatChannelType_t
  59. ChatChannelType_Regional
  60. ChatChannelType_Custom
  61. ChatChannelType_Party
  62. ChatChannelType_Lobby
  63. ServerMatchmakingState
  64. ServerMatchmakingState_INVALID
  65. (ServerMatchmakingState_NOT_PARTICIPATING
  66. ServerMatchmakingState_EMPTY
  67. -ServerMatchmakingState_ACTIVE_SLOTS_AVAILABLE
  68. "ServerMatchmakingState_ACTIVE_FULL
  69. CSOPartyInvite
  70. group_id
  71. sender_id
  72. sender_name
  73. CSOLobbyInvite
  74. group_id
  75. sender_id
  76. sender_name
  77. Lobby-based matchmaking is active
  78. Entering lobby-based matchmaking mode
  79. Open mode active. Gameserver will show in server browser and accept ad-hoc joins.
  80. Strict mode is active. Gameserver will not show in server browser or accept ad-hoc joins.
  81. Server is hidden from server browser list, but will accept ad-hoc joins.
  82. Requested trusted server status.
  83. Leaving lobby-based matchmaking mode
  84. Lobby-based matchmaking mode not active
  85. CTFLobby: ID:%016llx %d member(s) allow_spectators: %d
  86. Member[%d] %s team = %d
  87. Left Member[%d] %lld
  88.  
  89. And there are some method names, but they don't really reveal anything that isn't listed above
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement