Difference between revisions of "Fixture:getCategory"

m
Line 1: Line 1:
{{newin|[[0.8.0]]|type=function}}
+
{{newin|[[0.8.0]]|080|type=function}}
 
Returns the categories the fixture belongs to.
 
Returns the categories the fixture belongs to.
  

Revision as of 13:36, 4 May 2012

Available since LÖVE 0.8.0
This function 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