Lua:AddHudTimerToTeam
From Fortress Forever Wiki
Jump to navigationJump to search
AddHudTimerToTeamPuts a countdown timer on the screens of a specified team. UsageAddHudTimerToTeam(team, huditemname, timer, interval, x, y, align) AddHudTimerToTeam( team, huditemname, timername, x, y ) AddHudTimerToTeam( team, huditemname, timername, x, y, align ) AddHudTimerToTeam( team, huditemname, timername, x, y, alignx, aligny ) Input
OR:
OutputReturns noting Examplelocal team = GetTeam( Team.kRed ) AddHudTimerToTeam(team, "timer", 300, -1, 0, 70, 4) NoteThe timer is strictly a visual aid. To time actual game events, Use the Scheduling System |