Template:PatchDiff/April 14, 2011 Patch/team fortress 2 content.gcf/tf/resource/GameMenu.res

From Team Fortress Wiki
Jump to: navigation, search
4747 "OnlyAtMenu" "1"
4848 "tooltip" "#GameUI_GameMenu_OfflinePractice"
4949 }
N/A50 
N/A51 // These buttons are only shown while in-game
N/A52 // and also are positioned by the .res file
N/A53 "ResumeGameButton"
N/A54 {
N/A55 "label" "#MMenu_ResumeGame"
N/A56 "command" "ResumeGame"
N/A57 "OnlyInGame" "1"
N/A58 "subimage" "icon_resume"
N/A59 }
N/A60 "CallVoteButton"
N/A61 {
N/A62 "label" ""
N/A63 "command" "callvote"
N/A64 "OnlyInGame" "1"
N/A65 "subimage" "icon_checkbox"
N/A66 "tooltip" "#MMenu_CallVote"
N/A67 }
N/A68 "MutePlayersButton"
N/A69 {
N/A70 "label" ""
N/A71 "command" "OpenPlayerListDialog"
N/A72 "OnlyInGame" "1"
N/A73 "subimage" "glyph_muted"
N/A74 "tooltip" "#MMenu_MutePlayers"
N/A75 }
N/A76 "RequestCoachButton"
N/A77 {
N/A78 "label" ""
N/A79 "command" "engine cl_coach_find_coach"
N/A80 "OnlyInGame" "1"
N/A81 "subimage" "icon_whistle"
N/A82 "tooltip" "#MMenu_RequestCoach"
N/A83 }
5084}