Difference between revisions of "Shape:getType"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets a string representing the Shape.
 +
This function can be useful for conditional debug drawing.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 14:
 
* [[parent::Shape]]
 
* [[parent::Shape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets a string representing the Shape.
 +
}}

Revision as of 16:17, 14 February 2010

Gets a string representing the Shape. This function can be useful for conditional debug drawing.

Function

Synopsis

type = Shape:getType( )

Arguments

None.

Returns

ShapeType type
The type of the Shape.

See Also