Difference between revisions of "B2.ChainShape.new"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 8: Line 8:
 
<source lang="lua">
 
<source lang="lua">
 
b2.ChainShape.new()
 
b2.ChainShape.new()
</source>
+
</syntaxhighlight>
  
 
{{B2.ChainShape}}
 
{{B2.ChainShape}}

Revision as of 17:58, 12 July 2023


Available since: Gideros 2011.6
Class: b2.ChainShape

Description

Creates a new b2.ChainShape object. <source lang="lua"> b2.ChainShape.new() </syntaxhighlight>




LiquidFun