Difference between revisions of "B2.Fixture:getFilterData"
From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight") |
|||
(5 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 === | ||
− | + | Returns the contact filtering data. | |
− | Returns the contact filtering data. | + | <syntaxhighlight lang="lua"> |
− | |||
− | < | ||
(table) = b2.Fixture:getFilterData() | (table) = b2.Fixture:getFilterData() | ||
− | </ | + | </syntaxhighlight> |
+ | |||
=== Return values === | === Return values === | ||
− | '''Returns''' (table) | + | '''Returns''' (table) contact filtering data table<br/> |
+ | |||
+ | {{B2.Fixture}} |
Latest revision as of 16: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