hedgewars/uConsole.pas
changeset 2855 7e6adeb57427
parent 2786 85f6425a4d74
child 2882 b9aceb3fe3d6
equal deleted inserted replaced
2854:7aac108149d9 2855:7e6adeb57427
   265 	RegisterVariable('chat'    , vtCommand, @chChat         , true );
   265 	RegisterVariable('chat'    , vtCommand, @chChat         , true );
   266 	RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   266 	RegisterVariable('newgrave', vtCommand, @chNewGrave     , false);
   267 	RegisterVariable('say'     , vtCommand, @chSay          , true );
   267 	RegisterVariable('say'     , vtCommand, @chSay          , true );
   268 	RegisterVariable('hogsay'  , vtCommand, @chHogSay       , true );
   268 	RegisterVariable('hogsay'  , vtCommand, @chHogSay       , true );
   269 	RegisterVariable('team'    , vtCommand, @chTeamSay      , true );
   269 	RegisterVariable('team'    , vtCommand, @chTeamSay      , true );
   270 	RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , false);
   270 	RegisterVariable('ammomenu', vtCommand, @chAmmoMenu     , true);
   271 	RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   271 	RegisterVariable('+precise', vtCommand, @chPrecise_p    , false);
   272 	RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   272 	RegisterVariable('-precise', vtCommand, @chPrecise_m    , false);
   273 	RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   273 	RegisterVariable('+left'   , vtCommand, @chLeft_p       , false);
   274 	RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);
   274 	RegisterVariable('-left'   , vtCommand, @chLeft_m       , false);
   275 	RegisterVariable('+right'  , vtCommand, @chRight_p      , false);
   275 	RegisterVariable('+right'  , vtCommand, @chRight_p      , false);