Difference between revisions of "B2.Fixture:getFilterData"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<languages /> | <languages /> | ||
− | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
− | ''' | + | '''Class:''' [[Special:MyLanguage/b2.Fixture|b2.Fixture]]<br/> |
− | === | + | |
− | + | === Description === | |
− | Returns the contact filtering data. | + | Returns the contact filtering data. |
− | |||
<source lang="lua"> | <source lang="lua"> | ||
(table) = b2.Fixture:getFilterData() | (table) = b2.Fixture:getFilterData() | ||
</source> | </source> | ||
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (table) contact filtering data table<br/> | ||
+ | |||
+ | {{B2.Fixture}} |
Revision as of 12:42, 17 February 2020
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