hedgewars/uConsole.pas
changeset 312 c36d0b34ac3d
parent 288 929c44745fd9
child 351 29bc9c36ad5f
equal deleted inserted replaced
311:b8905423f19f 312:c36d0b34ac3d
   274 RegisterVariable('turntime', vtInteger, @cHedgehogTurnTime, false);
   274 RegisterVariable('turntime', vtInteger, @cHedgehogTurnTime, false);
   275 RegisterVariable('name'    , vtCommand, @chName         , false);
   275 RegisterVariable('name'    , vtCommand, @chName         , false);
   276 RegisterVariable('fort'    , vtCommand, @chFort         , false);
   276 RegisterVariable('fort'    , vtCommand, @chFort         , false);
   277 RegisterVariable('grave'   , vtCommand, @chGrave        , false);
   277 RegisterVariable('grave'   , vtCommand, @chGrave        , false);
   278 RegisterVariable('bind'    , vtCommand, @chBind         , true );
   278 RegisterVariable('bind'    , vtCommand, @chBind         , true );
   279 RegisterVariable('add'     , vtCommand, @chAdd          , false);
   279 RegisterVariable('addhh'   , vtCommand, @chAddHH        , false);
   280 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
   280 RegisterVariable('ammstore', vtCommand, @chAddAmmoStore , false);
   281 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   281 RegisterVariable('skip'    , vtCommand, @chSkip         , false);
   282 RegisterVariable('say'     , vtCommand, @chSay          , true );
   282 RegisterVariable('say'     , vtCommand, @chSay          , true );
   283 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   283 RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   284 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   284 RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);