]> icculus.org git repositories - divverent/nexuiz.git/blob - data/scmenu/source/custom/key.qh
restructure
[divverent/nexuiz.git] / data / scmenu / source / custom / key.qh
1 // Property of Alientrap/AK
2 // custom/key.qh
3
4 // Item_Data_Nex_Key [Item_Data]
5 // value is an altstring which contains all assigned key names
6 //
7 .string target; // action name
8
9 void( float pEvent ) Item_Data_Nex_Key_DataEvent;
10 void() Item_Data_Nex_Key_Spawn;
11
12 // Item_Nex_KeyButton Item_Button
13 void() Item_Nex_KeyButton_Spawn;