-
Notifications
You must be signed in to change notification settings - Fork 12
New Decorate Flags and Properties
Chris edited this page Sep 7, 2019
·
3 revisions
The following new elements have been added:
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.
None yet!