Garry's Mod Wiki

Revision Difference

constraint.FindConstraint#514415

<function name="FindConstraint" parent="constraint" type="libraryfunc">⤶ <description>Returns the first constraint of a specific type directly connected to the entity found</description>⤶ <realm>Server</realm>⤶ <file line="1582">lua/includes/modules/constraint.lua</file>⤶ <args>⤶ <arg name="ent" type="Entity">The entity to check</arg>⤶ <arg name="type" type="string">The type of constraint (eg. &quot;Weld&quot;, &quot;Elastic&quot;, &quot;NoCollide&quot;)</arg>⤶ </args>⤶ <rets>⤶ <ret name="" type="table">The constraint table, set with <page>constraint.AddConstraintTable</page></ret>⤶ </rets>⤶ </function>⤶ ⤶