Materials - baso88/SC_AngelScript GitHub Wiki

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.