Skip to content

Materials

GeckoN edited this page Mar 29, 2017 · 5 revisions

Material types used by func_breakable, func_door and func_pushable.

The HTML documentation can be found here.

Constant Description
matGlass Glass.
matWood Wood.
matMetal Metal.
matFlesh Flesh.
matCinderBlock Cinder block.
matCeilingTile Ceiling tile.
matComputer Computer.
matUnbreakableGlass Unbreakable glass.
matRocks Rocks.
matNone None.
matLastMaterial Used to check if an integer is a valid material. If the integer is 0 <= integer < matLastMaterial, it is a material.
Clone this wiki locally