hedgewars/uConsole.pas
changeset 1821 6b6cf3389f92
parent 1797 fedd8649fdd9
child 1850 a0332e79fdc9
equal deleted inserted replaced
1820:ae428043da32 1821:6b6cf3389f92
   258 RegisterVariable('+speedup', vtCommand, @chSpeedup_p    , true );
   258 RegisterVariable('+speedup', vtCommand, @chSpeedup_p    , true );
   259 RegisterVariable('-speedup', vtCommand, @chSpeedup_m    , true );
   259 RegisterVariable('-speedup', vtCommand, @chSpeedup_m    , true );
   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('say'     , vtCommand, @chSay          , true );
   264 RegisterVariable('say'     , vtCommand, @chSay          , true );
   264 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   265 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   265 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   266 RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   266 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   267 RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   267 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   268 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);