Difference between revisions of "B2.Fixture:getFilterData"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 6: Line 6:
 
=== Description ===
 
=== Description ===
 
Returns the contact filtering data.
 
Returns the contact filtering data.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(table) = b2.Fixture:getFilterData()
 
(table) = b2.Fixture:getFilterData()
 
</source>
 
</source>

Revision as of 17:54, 12 July 2023


Available since: Gideros 2011.6
Class: b2.Fixture

Description

Returns the contact filtering data. <syntaxhighlight lang="lua"> (table) = b2.Fixture:getFilterData() </source>

Return values

Returns (table) contact filtering data table




LiquidFun