Difference between revisions of "CBlob::getRadius"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> f32 getRadius() </syntaxhighlight> Object method of: CBlob Category:Scripting Category:Object Methods") |
Vermilicious (Talk | contribs) 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 15: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