hedgewars/uConsole.pas
changeset 969 7e8a87136fae
parent 950 feb18ec0c5c2
child 970 1bd9a4eafbc3
equal deleted inserted replaced
968:d43d031bd307 969:7e8a87136fae
   308 RegisterVariable('setweap' , vtCommand, @chSetWeapon    , false);
   308 RegisterVariable('setweap' , vtCommand, @chSetWeapon    , false);
   309 RegisterVariable('slot'    , vtCommand, @chSlot         , false);
   309 RegisterVariable('slot'    , vtCommand, @chSlot         , false);
   310 RegisterVariable('put'     , vtCommand, @chPut          , false);
   310 RegisterVariable('put'     , vtCommand, @chPut          , false);
   311 RegisterVariable('ljump'   , vtCommand, @chLJump        , false);
   311 RegisterVariable('ljump'   , vtCommand, @chLJump        , false);
   312 RegisterVariable('hjump'   , vtCommand, @chHJump        , false);
   312 RegisterVariable('hjump'   , vtCommand, @chHJump        , false);
   313 RegisterVariable('fullscr' , vtCommand, @chFullScr      , true );
   313 //RegisterVariable('fullscr' , vtCommand, @chFullScr      , true );
   314 RegisterVariable('+volup'  , vtCommand, @chVol_p        , true );
   314 RegisterVariable('+volup'  , vtCommand, @chVol_p        , true );
   315 RegisterVariable('-volup'  , vtCommand, @chVol_m        , true );
   315 RegisterVariable('-volup'  , vtCommand, @chVol_m        , true );
   316 RegisterVariable('+voldown', vtCommand, @chVol_m        , true );
   316 RegisterVariable('+voldown', vtCommand, @chVol_m        , true );
   317 RegisterVariable('-voldown', vtCommand, @chVol_p        , true );
   317 RegisterVariable('-voldown', vtCommand, @chVol_p        , true );
   318 RegisterVariable('findhh'  , vtCommand, @chFindhh       , true );
   318 RegisterVariable('findhh'  , vtCommand, @chFindhh       , true );