Difference between revisions of "B2.Fixture:getFilterData"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(One intermediate revision by the same user not shown)
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>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 17:59, 12 July 2023


Available since: Gideros 2011.6
Class: b2.Fixture

Description

Returns the contact filtering data.

(table) = b2.Fixture:getFilterData()

Return values

Returns (table) contact filtering data table




LiquidFun