CONTENTS - baso88/SC_AngelScript GitHub Wiki

The CONTENTS enum contains the kinds of contents that a point in the world can have.

The HTML documentation can be found here.

Constant Description
CONTENTS_EMPTY Empty area. Does not block movement.
CONTENTS_SOLID A solid area. Blocks movement, tracelines will hit it unless the entity that owns the object is being ignored.
CONTENTS_WATER Water area. Can be swam around in. Slows movement.
CONTENTS_SLIME Similar to water. Slows movement more than water.
CONTENTS_LAVA Similar to water. Slows movement more than water and slime.
CONTENTS_SKY Sky brush.
CONTENTS_LADDER A ladder brush.