Revision Difference
constraint.GetTable#546978
<function name="GetTable" parent="constraint" type="libraryfunc">
<description>Returns a table of all constraints directly connected to the entity</description>
<realm>Server</realm>
<file line="1500-L1542">lua/includes/modules/constraint.lua</file>
<file line="1520-L1562">lua/includes/modules/constraint.lua</file>
<args>
<arg name="ent" type="Entity">The entity to check</arg>
</args>
<rets>
<ret name="" type="table">A list of all constraints connected to the entity.</ret>
</rets>
</function>