hedgewars/uConsole.pas
changeset 626 a30171dbcd19
parent 622 cedd47d956ec
child 688 e4d1fb310a66
equal deleted inserted replaced
625:373353eaa742 626:a30171dbcd19
   297 RegisterVariable('grave'   , vtCommand, @chGrave        , false);
   297 RegisterVariable('grave'   , vtCommand, @chGrave        , false);
   298 RegisterVariable('bind'    , vtCommand, @chBind         , true );
   298 RegisterVariable('bind'    , vtCommand, @chBind         , true );
   299 RegisterVariable('addhh'   , vtCommand, @chAddHH        , false);
   299 RegisterVariable('addhh'   , vtCommand, @chAddHH        , false);
   300 RegisterVariable('hhcoords', vtCommand, @chSetHHCoords  , false);
   300 RegisterVariable('hhcoords', vtCommand, @chSetHHCoords  , false);
   301 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
   301 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
       
   302 RegisterVariable('+speedup', vtCommand, @chSpeedup_p    , true );
       
   303 RegisterVariable('-speedup', vtCommand, @chSpeedup_m    , true );
   302 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   304 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   303 RegisterVariable('say'     , vtCommand, @chSay          , true );
   305 RegisterVariable('say'     , vtCommand, @chSay          , true );
   304 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   306 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   305 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   307 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   306 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);
   308 RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);