Discuss this page on this page's [[objIncVel Talk Page|Talk Page]] === objIncVel === See [[http://xelerus.de/index.php?s=functions&function=115|objIncVel at Xelerus]] ^ Syntax | (objIncVel spaceObject vector) -> vector | ^ Arguments | spaceObject: The space object you want to alter a numerical data in. | ^ | vector: The vector you want to change the space object velocity by. | ^ Returns | vector: returns the new velocity vector. | ^ Category | [[spaceobject functions|SpaceObject]], [[vector operator functions|vector operator]] | ^ Description | Adds the number to the data in the space object named by the string. | You can stop a space object with [[objMoveTo]]. Then you can set the velocity to anything. === Example === (objIncVel gPlayerShip (sysVectorPolarOffset Nil 0 10)) Makes the player ship move to the right by 10 more. Return to [[:Functions]] list