{{newin|[[0.8.0]]|080|type=method}}
Returns the filter data of the fixture.
Categories and masks are encoded as the bits of a 16-bit integer.

== Function ==
=== Synopsis ===
<source lang="lua">
categories, mask, group = Fixture:getFilterData( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|categories|The categories as an integer from 0 to 65535.}}
{{param|number|mask|The mask as an integer from 0 to 65535.}}
{{param|number|group|The group as an integer from -32768 to 32767.}}
== See Also ==
* [[parent::Fixture]]
* [[Fixture:setFilterData]]
[[Category:Functions]]
{{#set:Description=Returns the filter data of the fixture.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Fixture:getFilterData}}