hedgewars/uCommandHandlers.pas
changeset 7403 e8d0b21efa82
parent 7389 15c3fb4882df
child 7404 38a23771ee45
equal deleted inserted replaced
7402:d5a710b3a2d7 7403:e8d0b21efa82
   854     RegisterVariable('put'     , @chPut          , false);
   854     RegisterVariable('put'     , @chPut          , false);
   855     RegisterVariable('+volup'  , @chVol_p        , true );
   855     RegisterVariable('+volup'  , @chVol_p        , true );
   856     RegisterVariable('-volup'  , @chVol_m        , true );
   856     RegisterVariable('-volup'  , @chVol_m        , true );
   857     RegisterVariable('+voldown', @chVol_m        , true );
   857     RegisterVariable('+voldown', @chVol_m        , true );
   858     RegisterVariable('-voldown', @chVol_p        , true );
   858     RegisterVariable('-voldown', @chVol_p        , true );
   859     RegisterVariable('findhh'  , @chFindhh       , true );
   859 	RegisterVariable('findhh'  , @chFindhh       , true );
   860     RegisterVariable('pause'   , @chPause        , true );
   860     RegisterVariable('pause'   , @chPause        , true );
   861     RegisterVariable('+cur_u'  , @chCurU_p       , true );
   861     RegisterVariable('+cur_u'  , @chCurU_p       , true );
   862     RegisterVariable('-cur_u'  , @chCurU_m       , true );
   862     RegisterVariable('-cur_u'  , @chCurU_m       , true );
   863     RegisterVariable('+cur_d'  , @chCurD_p       , true );
   863     RegisterVariable('+cur_d'  , @chCurD_p       , true );
   864     RegisterVariable('-cur_d'  , @chCurD_m       , true );
   864     RegisterVariable('-cur_d'  , @chCurD_m       , true );