Garry's Mod Wiki

RENDERGROUP

Description

Enumerations used by ClientsideModel, ENT.RenderGroup in ENT structure and Entity:GetRenderGroup.

Values

RENDERGROUP_STATIC_HUGE0Huge static prop, possibly leftover from goldsrc
RENDERGROUP_OPAQUE_HUGE1Huge opaque entity, possibly leftover from goldsrc
RENDERGROUP_STATIC6Static props?
RENDERGROUP_OPAQUE7For non transparent/solid entities.

For scripted entities, this will have ENTITY:Draw called

RENDERGROUP_TRANSLUCENT8For translucent/transparent entities

For scripted entities, this will have ENTITY:DrawTranslucent called

RENDERGROUP_BOTH9For both translucent/transparent and opaque/solid anim entities

For scripted entities, this will have both, ENTITY:Draw and ENTITY:DrawTranslucent called

RENDERGROUP_VIEWMODEL10Solid weapon view models
RENDERGROUP_VIEWMODEL_TRANSLUCENT11Transparent overlays etc
RENDERGROUP_OPAQUE_BRUSH12For brush entities
RENDERGROUP_OTHER13Unclassfied. Won't get drawn.