Difference between revisions of "DCS func setSpeed"
From DCS World Wiki - Hoggitworld.com
(Created page with "{{Template:dcs_funcs |fName= setSpeed |vNum= 2.7.11 |par1= Controller |par2= |desc= Sets the controlled group to go the specified speed in meter...") |
|||
Line 42: | Line 42: | ||
|examples= The following will set the tanker to fly slower at a speed an A-10 can achieve. | |examples= The following will set the tanker to fly slower at a speed an A-10 can achieve. | ||
− | Group.getByName("KC-135"):getController:setSpeed(125) | + | Group.getByName("KC-135"):getController():setSpeed(125) |
|notes= | |notes= |