Difference between revisions of "B2.Fixture:getFilterData"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns the contact filtering data.<br /> | Returns the contact filtering data.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(table) = b2.Fixture:getFilterData() | (table) = b2.Fixture:getFilterData() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (table) contact filtering data table<br/> | + | '''Returns''' (table) <translate>contact filtering data table</translate><br/> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the contact filtering data.
(table) = b2.Fixture:getFilterData()
Return values
Returns (table) contact filtering data table