Garry's Mod Wiki

WEAPON:DrawWorldModelTranslucent

  WEAPON:DrawWorldModelTranslucent( number flags )

Description

Called when we are about to draw the translucent world model.

Arguments

1 number flags
The STUDIO_ flags for this render operation.

Example

Do the default action - render it without any changes.

function SWEP:DrawWorldModelTranslucent( flags ) self:DrawModel( flags ) end