Most flags can be used by all *Def Types, but some are used only by certain *Def elements. The following is an example of a choiceDef and some of its flags to show the general set up:

        choiceDef gametype_selection
        {
                rect            118,4,170,22
                visible         1
                cvar            si_gametype
                font            "fonts/lowpixel"
                forecolor       1,1,1,0.8
                textscale       0.26
                values          "DM;Tourney;Team DM;CTF;Arena CTF"
                choicetype      1
                choices         "Deathmatch;Tourney;Team Deathmatch;Capture the Flag;Arena CTF"
        }

backcolor

background

bind

bordercolor

bordersize

choices

choicetype

comment

cvar

descriptions

dpadgui

font

forecolor

high

listname

low

matcolor

menugui

name

nocursor

noevents

notime

rect

rotate

scrollbar

step

text

textalign

textscale

thumbShader

visible

matscalex

matscaley

Def Flags (last edited 2005-11-07 19:41:06 by MattVainio)