hedgewars/uConsole.pas
changeset 2130 708758635955
parent 2124 d39c61eaca15
child 2162 2bce91404d49
equal deleted inserted replaced
2129:8664554d5547 2130:708758635955
   262 RegisterVariable('history' , vtCommand, @chHistory      , true );
   262 RegisterVariable('history' , vtCommand, @chHistory      , true );
   263 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   263 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   264 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   264 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   265 RegisterVariable('say'     , vtCommand, @chSay          , true );
   265 RegisterVariable('say'     , vtCommand, @chSay          , true );
   266 RegisterVariable('hogsay'  , vtCommand, @chHogSay       , true );
   266 RegisterVariable('hogsay'  , vtCommand, @chHogSay       , true );
   267 RegisterVariable('teamsay' , vtCommand, @chTeamSay      , true );
   267 RegisterVariable('team'    , vtCommand, @chTeamSay      , true );
   268 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   268 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   269 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   269 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   270 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   270 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   271 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   271 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   272 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);
   272 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);