-
Couldn't load subscription status.
- Fork 4
CONTENTS
GeckoN edited this page Mar 29, 2017
·
6 revisions
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. |
