Difference between revisions of "Fixture:setGroupIndex"

(Added Fixture:setGroupIndex.)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{newin|[[0.8.0]]|type=function}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Sets the group the fixture belongs to. Fixtures with the same group will always collide if the group is positive or never collide if it's negative. The group zero means no group.
 
Sets the group the fixture belongs to. Fixtures with the same group will always collide if the group is positive or never collide if it's negative. The group zero means no group.
  

Latest revision as of 13:38, 4 May 2012

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

Sets the group the fixture belongs to. Fixtures with the same group will always collide if the group is positive or never collide if it's negative. The group zero means no group.

The groups range from -32768 to 32767.

Function

Synopsis

Fixture:setGroupIndex( group )

Arguments

number group
The group as an integer from -32768 to 32767.

Returns

Nothing.

See Also


Other Languages