Revision Difference
Angle:Add#523648
<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>⤶
<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>
<args>
<arg name="angle" type="Angle">The angle to add.</arg>
</args>
</function>