Garry's Mod Wiki

constraint.FindConstraints

  table constraint.FindConstraints( Entity ent, string type )

Description

Returns a table of all constraints of a specific type directly connected to the entity

Arguments

1 Entity ent
The entity to check
2 string type
The type of constraint, case sensitive. List of default constrains is as follows:
  • Weld
  • Axis
  • AdvBallsocket
  • Rope
  • Elastic
  • NoCollide
  • Motor
  • Pulley
  • Ballsocket
  • Winch
  • Hydraulic
  • Muscle
  • Keepupright
  • Slider

Returns

1 table
All the constraints of this entity.