Revision Difference
Enums/RENDERGROUP#515007
<cat>enum</cat>⤶
<enumeration>⤶
<description>Enumerations used by <page>Global.ClientsideModel</page>, ENT.RenderGroup in <page>ENT</page> and <page>Entity:GetRenderGroup</page>.</description>⤶
<fields>{{EnumField|RENDERGROUP_STATIC_HUGE|0|Huge static prop, possibly leftover from goldsrc</fields>⤶
⤶
</enumeration>⤶
⤶
⤶
{{EnumField|RENDERGROUP_OPAQUE_HUGE|1|Huge opaque entity, possibly leftover from goldsrc}}⤶
{{EnumField|RENDERGROUP_STATIC|6|Static props?}}⤶
⤶
{{EnumField|RENDERGROUP_OPAQUE|7|For non transparent/solid entities.⤶
⤶
⤶
For scripted entities, this will have <page>ENTITY:Draw</page> called}}⤶
{{EnumField|RENDERGROUP_TRANSLUCENT|8|For translucent/transparent entities⤶
⤶
⤶
For scripted entities, this will have <page>ENTITY:DrawTranslucent</page> called}}⤶
{{EnumField|RENDERGROUP_BOTH|9|For both translucent/transparent and opaque/solid anim entities⤶
⤶
⤶
For scripted entities, this will have both, <page>ENTITY:Draw</page> and <page>ENTITY:DrawTranslucent</page> called}}⤶
{{EnumField|RENDERGROUP_VIEWMODEL|10|Solid weapon view models}}⤶
{{EnumField|RENDERGROUP_VIEWMODEL_TRANSLUCENT|11|Transparent overlays etc}}⤶
{{EnumField|RENDERGROUP_OPAQUE_BRUSH|12|For brush entities}}⤶
{{EnumField|RENDERGROUP_OTHER|13|Unclassfied. Won't get drawn.}}⤶
}}