Garry's Mod Wiki

Revision Difference

GM:PostDrawOpaqueRenderables#544066

<function name="PostDrawOpaqueRenderables" parent="GM" type="hook"> <ishook>yes</ishook> <description> Called after drawing opaque entities. See also <page>GM:PostDrawTranslucentRenderables</page> and <page>GM:PreDrawOpaqueRenderables</page>. <rendercontext hook="true" type="3D"></rendercontext> </description> <realm>Client</realm> <predicted>No</predicted> <args> <arg name="bDrawingDepth" type="boolean">Whether the current draw is writing depth.</arg> <arg name="bDrawingSkybox" type="boolean">Whether the current draw is drawing the 3D or 2D skybox. In case of 2D skyboxes it is possible for this hook to always be called with this parameter set to `true`.</arg> <arg name="isDraw3DSkybox" type="boolean">Whether the current draw is drawing the 3D.</arg> </args> </function>