33 me.TD(me, 2, 4, e =
makeTeamButton_T(_(
"join 'best' team (auto-select)"),
'0 0 0',
"team_auto",
34 _(
"Auto-select team (recommended)")));
35 e.preferredFocusPriority = 1;
38 me.TD(me, 2, 1, e = me.team1 =
makeTeamButton(_(
"red"),
'1 0.5 0.5',
"team_red"));
39 me.TD(me, 2, 1, e = me.team2 =
makeTeamButton(_(
"blue"),
'0.5 0.5 1',
"team_blue"));
40 me.TD(me, 2, 1, e = me.team3 =
makeTeamButton(_(
"yellow"),
'1 1 0.5',
"team_yellow"));
41 me.TD(me, 2, 1, e = me.team4 =
makeTeamButton(_(
"pink"),
'1 0.5 1',
"team_pink"));
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
entity makeTeamButton_T(string theName, vector theColor, string commandtheName, string theTooltip)
void XonoticTeamSelectDialog_showNotify(entity me)
void XonoticTeamSelectDialog_fill(entity me)
entity makeTeamButton(string theName, vector theColor, string commandtheName)