]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/custom/util.qm
Adding my current version of the scmenu to the nexuiz cvs.
[divverent/nexuiz.git] / scmenu / source / custom / util.qm
1 // Property of Alientrap/AK
2 // custom/util.qm
3
4 void() Nex_Action_TestOnChange =
5 {
6         Raise_DataEvent( self._target, ITEM_DATA_TEST_START );
7 };
8
9 void( bool pSelect, bool pUser ) Nex_Action_TestOnSelect =
10 {
11         if( !pSelect && pUser )
12                 Raise_DataEvent( self._target, ITEM_DATA_TEST_START );
13 };