Garry's Mod Wiki

constraint.FindConstraintEntity

  Entity constraint.FindConstraintEntity( Entity ent, string type )

Description

Returns the other entity involved in the first constraint 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 Entity
The other entity.