Difference between revisions of "B2.PolygonShape.new"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Creates a new [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] instance.<br /> | Creates a new [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] instance.<br /> | ||
Line 8: | Line 8: | ||
(any), (any) = b2.PolygonShape.new() | (any), (any) = b2.PolygonShape.new() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (any) <translate>A new [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] object.</translate><br/> | + | '''<translate>Returns</translate>''' (any) <translate>A new [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] object.</translate><br/> |
− | '''Returns''' (any) <translate>A new [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] object.</translate><br/> | + | '''<translate>Returns</translate>''' (any) <translate>A new [[Special:MyLanguage/b2.PolygonShape|b2.PolygonShape]] object.</translate><br/> |
Revision as of 07:29, 24 August 2018
Available since: Gideros 2011.6
Description
Creates a new b2.PolygonShape instance.
(any), (any) = b2.PolygonShape.new()
Return values
Returns (any) A new b2.PolygonShape object.
Returns (any) A new b2.PolygonShape object.