hedgewars/uConsole.pas
changeset 2124 d39c61eaca15
parent 2042 905c554d62e6
child 2130 708758635955
equal deleted inserted replaced
2123:c49832b4bb38 2124:d39c61eaca15
   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('ammomenu', vtCommand, @chAmmoMenu     , false);
   268 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   268 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   269 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   269 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   270 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   270 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   271 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   271 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);
   272 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);