hedgewars/uConsole.pas
changeset 2162 2bce91404d49
parent 2130 708758635955
child 2379 d62b1f224982
equal deleted inserted replaced
2161:0c8634241fa4 2162:2bce91404d49
   256 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
   256 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
   257 RegisterVariable('quit'    , vtCommand, @chQuit         , true );
   257 RegisterVariable('quit'    , vtCommand, @chQuit         , true );
   258 RegisterVariable('confirm' , vtCommand, @chConfirm      , true );
   258 RegisterVariable('confirm' , vtCommand, @chConfirm      , true );
   259 RegisterVariable('+speedup', vtCommand, @chSpeedup_p    , true );
   259 RegisterVariable('+speedup', vtCommand, @chSpeedup_p    , true );
   260 RegisterVariable('-speedup', vtCommand, @chSpeedup_m    , true );
   260 RegisterVariable('-speedup', vtCommand, @chSpeedup_m    , true );
       
   261 RegisterVariable('zoomin'  , vtCommand, @chZoomIn       , true );
       
   262 RegisterVariable('zoomout' , vtCommand, @chZoomOut      , true );
   261 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   263 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   262 RegisterVariable('history' , vtCommand, @chHistory      , true );
   264 RegisterVariable('history' , vtCommand, @chHistory      , true );
   263 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   265 RegisterVariable('chat'    , vtCommand, @chChat         , true );
   264 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   266 RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   265 RegisterVariable('say'     , vtCommand, @chSay          , true );
   267 RegisterVariable('say'     , vtCommand, @chSay          , true );