Nuclide
Software Development Kit for id Tech
NSPhysicsConstraint.h File Reference

Go to the source code of this file.

Classes

class  NSPhysicsConstraint
 This entity class represents constraints for physically-simulated entities. More...
 

Enumerations

enum  constraint_t {
  CONSTRAINT_FIXED = -1 , CONSTRAINT_INVALID , CONSTRAINT_POINT , CONSTRAINT_HINGE ,
  CONSTRAINT_SLIDER , CONSTRAINT_UNIVERSAL , CONSTRAINT_HINGE2
}
 

Enumeration Type Documentation

◆ constraint_t

Enumerator
CONSTRAINT_FIXED 

Fixed constraint, aka weld, aka phys_constraint.

CONSTRAINT_INVALID 

Nothing.

Default.

CONSTRAINT_POINT 

Point constraint, aka ballsocket or ball constraint, like phys_ballsocket.

CONSTRAINT_HINGE 

Hinge joint constraint.

Like phys_hinge

CONSTRAINT_SLIDER 

Slider setup.

Like phys_slideconstraint.

CONSTRAINT_UNIVERSAL 

Universal? TBA.

CONSTRAINT_HINGE2 

Hinge 2.

TBA.