Revision Difference
ENTITY:SetMaxYawSpeed#529133
<function name="SetMaxYawSpeed" parent="ENTITY" type="classfunc">⤶
<description>Sets the NPC max yaw speed. Internally sets the `m_fMaxYawSpeed` variable which is polled by the engine. ⤶
⤶
<note>This is a helper function only available if your SENT is based on `base_ai`</note></description>⤶
<realm>Server</realm>⤶
<args>⤶
<arg name="maxyaw" type="number">The new max yaw value to set</arg>⤶
</args>⤶
</function>⤶