Difference between revisions of "CBlob::getRadius"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> f32 getRadius() </syntaxhighlight> Object method of: CBlob Category:Scripting Category:Object Methods")
 
m (Short description)
 
Line 1: Line 1:
 
<onlyinclude>
 
<onlyinclude>
+
Retrieve this blob's radius
 
</onlyinclude>
 
</onlyinclude>
+
 
 +
The value returned normally corresponds to the shape_radius variable set in the blob's .cfg file.
 +
 
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
   
 
   

Latest revision as of 16:18, 31 January 2016

Retrieve this blob's radius


The value returned normally corresponds to the shape_radius variable set in the blob's .cfg file.

 
f32 getRadius()

Object method of: CBlob