CBlob::getPosition
From King Arthur's Gold Wiki
Returns a Vec2f value with current blob's position.
This function will give you the current Vec2f world position of the blob.
Vec2f getPosition()
Example
Vec2f pos = this.getBlob().getPosition();
Object method of: CBlob