Difference between revisions of "CBlob::getTouchingByIndex"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CBlob@ getTouchingByIndex(int index) </syntaxhighlight> Object method of: CBlob Category:Scripting [[C...")
 
 
Line 4: Line 4:
 
   
 
   
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
 
CBlob@ getTouchingByIndex(int index)
 
CBlob@ getTouchingByIndex(int index)
 
 
</syntaxhighlight>
 
</syntaxhighlight>
 
   
 
   

Latest revision as of 12:12, 8 September 2012



CBlob@ getTouchingByIndex(int index)

Object method of: CBlob