Garry's Mod Wiki

Revision Difference

Angle:IsEqualTol#552303

<function name="IsEqualTol" parent="Angle" type="classfunc"> <description>Returns if the angle is equal to another angle with the given tolerance.</description> <realm>Shared and Menu</realm> <added>2023.09.06</added> <args> <arg name="compare" type="Angle">The angle to compare to.</arg> <arg name="tolerance" type="number">The tolerance range.</arg> </args> <rets> <ret name="" type="boolean">Are the angles equal or not.</ret> <ret name="eq" type="boolean">Are the angles equal or not. </ret> </rets> </function>