{{oldin|[[0.8.0]]|080|type=function}}
Gets the filter data of the Shape.
== Function ==
=== Synopsis ===
<source lang="lua">
categoryBits, maskBits, groupIndex = Shape:getFilterData( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|categoryBits|A 16-bit integer representing category membership.}}
{{param|number|maskBits|A 16-bit integer representing masked categories.}}
{{param|number|groupIndex|An integer representing the group index.}}
== See Also ==
* [[parent::Shape]]
[[Category:Functions]]
{{#set:Description=Gets the filter data of the Shape.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Shape:getFilterData}}