hedgewars/uConsole.pas
changeset 604 2f1165467a66
parent 589 f382c41f658a
child 605 2651c3fe4567
equal deleted inserted replaced
603:d7877468653b 604:2f1165467a66
   293 RegisterVariable('name'    , vtCommand, @chName         , false);
   293 RegisterVariable('name'    , vtCommand, @chName         , false);
   294 RegisterVariable('fort'    , vtCommand, @chFort         , false);
   294 RegisterVariable('fort'    , vtCommand, @chFort         , false);
   295 RegisterVariable('grave'   , vtCommand, @chGrave        , false);
   295 RegisterVariable('grave'   , vtCommand, @chGrave        , false);
   296 RegisterVariable('bind'    , vtCommand, @chBind         , true );
   296 RegisterVariable('bind'    , vtCommand, @chBind         , true );
   297 RegisterVariable('addhh'   , vtCommand, @chAddHH        , false);
   297 RegisterVariable('addhh'   , vtCommand, @chAddHH        , false);
       
   298 RegisterVariable('hhcoords', vtCommand, @chSetHHCoords  , false);
   298 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
   299 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
   299 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   300 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   300 RegisterVariable('say'     , vtCommand, @chSay          , true );
   301 RegisterVariable('say'     , vtCommand, @chSay          , true );
   301 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   302 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   302 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   303 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);