Difference between revisions of "CBlob::getPosition"
From King Arthur's Gold Wiki
Line 9: | Line 9: | ||
− | Example | + | Example (in this case, 'this' represents a blob): |
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | Vec2f pos = this | + | Vec2f pos = this.getPosition(); |
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 23:57, 28 September 2012
Returns a Vec2f value with current blob's position.
This function will give you the current Vec2f position of the blob.
Vec2f getPosition()
Example (in this case, 'this' represents a blob):
Vec2f pos = this.getPosition();
Object method of: CBlob