constraint.Axis
Entity constraint.Axis( Entity Ent1, Entity Ent2, number Bone1, number Bone2, Vector LPos1, Vector LPos2, number forcelimit, number torquelimit, number friction, number nocollide, Vector LocalAxis, boolean DontAddTable )
Description
Creates an axis constraint.
Arguments
11 Vector LocalAxis
If you include the LocalAxis then LPos2 will not be used in the final constraint. However, LPos2 is still a required argument.
12 boolean DontAddTable
Whether or not to add the constraint info on the entity table. See constraint.AddConstraintTable.