Difference between revisions of "Shape.new"
From GiderosMobile
(remove language stuff) |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Creates a new '''Shape''' object. | Creates a new '''Shape''' object. | ||
− | < | + | <syntaxhighlight lang="lua"> |
Shape.new() | Shape.new() | ||
</source> | </source> | ||
{{Shape}} | {{Shape}} |
Revision as of 14:30, 13 July 2023
Available since: Gideros 2011.6
Class: Shape
Description
Creates a new Shape object. <syntaxhighlight lang="lua"> Shape.new() </source>