Difference between revisions of "B2.Fixture:getFilterData"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the contact filtering data.<br /> <br /> <source lang="lua"> (table), = b2.Fixture:getF...") |
m (Text replacement - "</source" to "</syntaxhighlight") |
||
| (8 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() |
| − | + | </syntaxhighlight> | |
| − | (table) | + | |
| − | </ | + | === Return values === |
'''Returns''' (table) contact filtering data table<br/> | '''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