Revision Difference
GM:RenderScene#528422
<function name="RenderScene" parent="GM" type="hook">
<ishook>yes</ishook>
<description>
Render the scene. Used by the "Stereoscopy" Post-processing effect.
<note>Materials rendered in this hook require $ignorez parameter to draw properly.</note>
Render the scene. Used by the `Stereoscopy` post-processing effect.
<note>Materials rendered in this hook require `$ignorez` parameter to draw properly.</note>
</description>
<realm>Client</realm>
<predicted>No</predicted>
<args>
<arg name="origin" type="Vector">View origin</arg>
<arg name="angles" type="Angle">View angles</arg>
<arg name="fov" type="number">View FOV</arg>
</args>
<rets>
<ret name="" type="boolean">Return true to override drawing the scene</ret>⤶
<ret name="" type="boolean">Return `true` to override drawing the scene.</ret>⤶
</rets>
</function>