Difference between revisions of "CircleShape:getRadius"

m (1 revision: Imported docs from potato.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Gets the radius of the circle shape.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 12:
 
* [[parent::CircleShape]]
 
* [[parent::CircleShape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the radius of the circle shape.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|CircleShape:getRadius}}

Latest revision as of 10:47, 25 March 2011

Gets the radius of the circle shape.

Function

Synopsis

radius = CircleShape:getRadius( )

Arguments

None.

Returns

number radius
The radius of the circle

See Also


Other Languages