hedgewars/uCommandHandlers.pas
changeset 7404 38a23771ee45
parent 7403 e8d0b21efa82
child 7407 c1ade666c124
equal deleted inserted replaced
7403:e8d0b21efa82 7404:38a23771ee45
   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 );