]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/custom/joingame.qh
Adding my current version of the scmenu to the nexuiz cvs.
[divverent/nexuiz.git] / scmenu / source / custom / joingame.qh
1 // Property of Alientrap
2 // custom/joingame/joingame.qh
3
4 // Item_Nex_HostCache_Entry Item_Arrangement
5 .string soundSelected;
6 .vector color;
7 .float  alpha;
8 .float  drawFlag;
9 .float  stepValue; // contains the entry number
10
11 void() Item_Nex_HostCache_Entry_Update;
12 void() Item_Nex_HostCache_Entry_Spawn;
13
14 // Item_Nex_HostCache_StringField Item_Label
15 .float stepValue; // contains the field number
16
17 void() Item_Nex_HostCache_StringField_Update;
18 void() Item_Nex_HostCache_StringField_Spawn;
19
20 // Item_Nex_HostCache_ValueField Item_Label
21 .float stepValue; // contains the field number
22
23 void() Item_Nex_HostCache_ValueField_Update;
24 void() Item_Nex_HostCache_ValueField_Spawn;
25
26 // Item_Nex_HostCache_Players Item_Label
27 void() Item_Nex_HostCache_Players_Update;
28 void() Item_Nex_HostCache_Players_Spawn;
29