Difference between revisions of "Shape:getMaskBits"

m (included link to other languages)
m (included link to other languages)
Line 19: Line 19:
 
}}
 
}}
 
== Other Languages ==
 
== Other Languages ==
{{i18n|Shape:geMaskBits}}
+
{{i18n|Shape:getMaskBits}}

Revision as of 08:39, 23 January 2011

Removed in LÖVE 0.6.1
This function is not supported in that and later versions.

Returns a 16-bit integer representing the masked categories. A set bit means that a collision occurs with members of that category.

Function

Synopsis

mask = Shape:getMaskBits( )

Arguments

None.

Returns

number mask
An integer value representing the mask.

See Also

Other Languages