hedgewars/uConsole.pas
changeset 2017 7845c77c8d31
parent 1895 7ba647a88b2f
child 2031 b6f3e56fb100
equal deleted inserted replaced
2016:73b0bcc4396d 2017:7845c77c8d31
   260 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   260 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   261 RegisterVariable('history' , vtCommand, @chHistory      , true );
   261 RegisterVariable('history' , vtCommand, @chHistory      , true );
   262 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   262 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   263 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   263 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   264 RegisterVariable('say'     , vtCommand, @chSay          , true );
   264 RegisterVariable('say'     , vtCommand, @chSay          , true );
       
   265 RegisterVariable('hogsay'  , vtCommand, @chHogSay       , true );
   265 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   266 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   266 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   267 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   267 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   268 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   268 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   269 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   269 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);
   270 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);