Template:PatchDiff/July 20, 2012 Patch 2/team fortress 2 content.gcf/tf/resource/ModEvents.res

From Team Fortress Wiki
Jump to: navigation, search
3737 "player" "short" // entindex of the player
3838 }
3939 
N/A40 "mm_lobby_chat"
N/A41 {
N/A42 "steamid" "string" // steamID (64-bit value converted to string) of user who said the thing
N/A43 "text" "string" // Their chat message
N/A44 "type" "short" // What sort of message? (Some "system" messages are sent by lobby leader)
N/A45 }
N/A46 "mm_lobby_member_join"
N/A47 {
N/A48 "steamid" "string" // steamID (64-bit value converted to string) of user who joined
N/A49 }
N/A50 "mm_lobby_member_leave"
N/A51 {
N/A52 "steamid" "string" // steamID (64-bit value converted to string) of user who joined
N/A53 "flags" "long" // Bitfield of EChatMemberStateChange flags describing who entered or left
N/A54 }
4055 "player_changeclass"
4156 {
4257 "userid" "short" // user ID who changed class
10881103 "victim" "short" // entindex of the victim
10891104 "zone_id" "short" // type of area (0 for general, 1 for capture zone)
10901105 }
N/A1106 "party_updated"
N/A1107 {
N/A1108 }
N/A1109 "lobby_updated"
N/A1110 {
N/A1111 }
N/A1112 
10911113 
10921114 "recalculate_holidays"
10931115 {