Skip to content

New Decorate Flags and Properties

Chris edited this page Sep 7, 2019 · 3 revisions

The following new elements have been added:

Flags

ISTELEPORTSPOT: If set on an actor, the actor will be eligible to be teleported to. You shouldn't use this, but instead extend from TeleportDest in your entity definition. This should not be used in any new entity since it is eligible for removal and likely will be.

INVENTORYITEM: Tells the engine this is an item that can be placed in an entity inventory. You shouldn't use this, but instead extend from Inventory in your entity definition. This should not be used in any new entity since it is eligible for removal and likely will be.

Properties

None yet!

Clone this wiki locally