Difference between revisions of "CBlob::setAimPos"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> Vec2f setAimPos(Vec2f aimpos) </syntaxhighlight> Object method of: CBlob Category:Scripting [[Category:Obj...")
 
 
Line 4: Line 4:
 
   
 
   
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
Vec2f setAimPos(Vec2f aimpos)
+
void setAimPos(Vec2f aimpos)
 
</syntaxhighlight>
 
</syntaxhighlight>
 
   
 
   

Latest revision as of 18:12, 10 September 2012



void setAimPos(Vec2f aimpos)

Object method of: CBlob