Garry's Mod Wiki

Revision Difference

Angle:Add#549264

<function name="Add" parent="Angle" type="classfunc"> <description>Adds the values of the argument angle to the orignal angle. This functions the same as angle1 + angle2 without creating a new angle object, skipping object construction and garbage collection.</description> <realm>Shared</realm>⤶ <realm>Shared and Menu</realm>⤶ <args> <arg name="angle" type="Angle">The angle to add.</arg> </args> </function>