Garry's Mod Wiki

Revision Difference

WEAPON:DrawWorldModelTranslucent#512118

<function name="DrawWorldModelTranslucent" parent="WEAPON" type="hook">⤶ <ishook>yes</ishook>⤶ <description>Called when we are about to draw the translucent world model.</description>⤶ <realm>Client</realm>⤶ </function>⤶ ⤶ <example>⤶ <description>Do the default action - render it without any changes.</description>⤶ <code>⤶ function SWEP:DrawWorldModelTranslucent()⤶ self:DrawModel()⤶ end⤶ </code>⤶ ⤶ </example>