CBlob::getVelocity

From King Arthur's Gold Wiki
Revision as of 23:56, 28 September 2012 by Ardivaba (Talk | contribs)

Jump to: navigation, search

Returns a Vec2f value with current blob's velocity.


Vec2f getVelocity()


Example:

Vec2f vel = this.getVelocity();

Object method of: CBlob