TE_BOUNCE - baso88/SC_AngelScript GitHub Wiki

This enumeration contains the kinds of sounds that brass created using CEntityFuncs::EjectBrass can make.

The HTML documentation can be found here.

Constant Description
TE_BOUNCE_NULL Don't play any sounds.
TE_BOUNCE_SHELL Plays "player/pl_shell%i.wav", where %i is a randomly selected value in the range [1, 3].
TE_BOUNCE_SHOTSHELL Plays "weapons/sshell%i.wav", where %i is a randomly selected value in the range [1, 3].