Revision Difference
Entity:SetRenderAngles#551541
<function name="SetRenderAngles" parent="Entity" type="classfunc">
<description>Sets the render angles of the Entity.</description>
<description>Sets the render angle override for the Entity.</description>
<realm>Client</realm>
<file line="16">lua/includes/extensions/client/entity.lua</file>
<args>
<arg name="newAngles" type="Angle">The new render angles to be set to.</arg>
<arg name="newAngles" type="Angle" default="nil">The new render angles to be set to. To disable the override, set to <page>nil</page>.</arg>
</args>
</function>