Difference between revisions of "Shape:getMaskBits"

(Added Removed in 0.6.2 warning)
m (included link to other languages)
Line 18: Line 18:
 
{{#set:Description=Returns a 16-bit integer representing the masked categories.  
 
{{#set:Description=Returns a 16-bit integer representing the masked categories.  
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|Shape:geMaskBits}}

Revision as of 08:37, 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