|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| entity | makeTeamButton (string theName, vector theColor, string commandtheName) |
| entity | makeTeamButton_T (string theName, vector theColor, string commandtheName, string theTooltip) |
| void | XonoticTeamSelectDialog_fill (entity me) |
| void | XonoticTeamSelectDialog_showNotify (entity me) |
Definition at line 11 of file dialog_teamselect.qc.
References entity(), makeTeamButton_T(), string_null, and vector.
Referenced by XonoticTeamSelectDialog_fill().
| entity makeTeamButton_T | ( | string | theName, |
| vector | theColor, | ||
| string | commandtheName, | ||
| string | theTooltip ) |
Definition at line 5 of file dialog_teamselect.qc.
References COMMANDBUTTON_CLOSE, entity(), makeXonoticBigCommandButton_T(), and vector.
Referenced by makeTeamButton(), and XonoticTeamSelectDialog_fill().
Definition at line 28 of file dialog_teamselect.qc.
References COMMANDBUTTON_CLOSE, entity(), makeTeamButton(), makeTeamButton_T(), and makeXonoticCommandButton().
Definition at line 16 of file dialog_teamselect.qc.