Garry's Mod Wiki

Entity:CreateShadow

  Entity:CreateShadow()

Description

Draws the shadow of an entity.

Example

function ENT:Draw() self:DrawModel() self:CreateShadow() end
Output: Draws the shadow of an entity