Fixture:getCategory

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Returns the categories the fixture belongs to.

Function

Synopsis

category1, category2, ... = Fixture:getCategory( )

Arguments

None.

Returns

number category1
The first category.
number category2
The second category.

See Also


Other Languages