Difference between revisions of "Shape:getType"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Gets a string representing the Shape.
 
Gets a string representing the Shape.
 
This function can be useful for conditional debug drawing.
 
This function can be useful for conditional debug drawing.
Line 10: Line 9:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|ShapeType|type|The type of the Shape.}}
+
{{param|string|type|The type of the Shape.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::Shape]]
 
* [[parent::Shape]]

Revision as of 14:28, 4 May 2010

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

Function

Synopsis

type = Shape:getType( )

Arguments

None.

Returns

string type
The type of the Shape.

See Also