]> icculus.org git repositories - divverent/nexuiz.git/blob - data/source/custom/joingame.qh
give menu source its own directory
[divverent/nexuiz.git] / data / 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 _realValue; // contains the field number
16 .string target; // wont be zoned
17
18 void() Item_Nex_HostCache_StringField_Update;
19 void() Item_Nex_HostCache_StringField_Spawn;
20
21 // Item_Nex_HostCache_ValueField Item_Label
22 .float _realValue; // contains the field number
23 .string target; // wont be zoned
24
25 void() Item_Nex_HostCache_ValueField_Update;
26 void() Item_Nex_HostCache_ValueField_Spawn;
27
28 // Item_Nex_HostCache_Players Item_Label
29 void() Item_Nex_HostCache_Players_Update;
30 void() Item_Nex_HostCache_Players_Spawn;
31