Difference between revisions of "B2.Fixture:getFilterData"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.Fixture|b2.Fixture]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the contact filtering data.
Returns the contact filtering data.<br />
+
<syntaxhighlight lang="lua">
<br />
 
<source lang="lua">
 
 
(table) = b2.Fixture:getFilterData()
 
(table) = b2.Fixture:getFilterData()
</source>
+
</syntaxhighlight>
 +
 
 
=== Return values ===
 
=== Return values ===
 
'''Returns''' (table) contact filtering data table<br/>
 
'''Returns''' (table) contact filtering data table<br/>
 +
 +
{{B2.Fixture}}

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