{{newin|[[0.8.0]]|080|type=method}}
Returns which categories this fixture should '''NOT''' collide with.

== Function ==
=== Synopsis ===
<source lang="lua">
mask1, mask2, ... = Fixture:getMask( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|mask1|The first category selected by the mask.}}
{{param|number|mask2|The second category selected by the mask.}}
== See Also ==
* [[parent::Fixture]]
* [[Fixture:setMask]]
[[Category:Functions]]
{{#set:Description=Returns which categories this fixture should '''NOT''' collide with.}}
{{#set:Since=080}}
== Other Languages ==
{{i18n|Fixture:getMask}}