Interface UDMFDoomThingAttributes
- All Known Subinterfaces:
UDMFHexenThingAttributes,UDMFMBFThingAttributes,UDMFStrifeThingAttributes,UDMFZDoomThingAttributes
public interface UDMFDoomThingAttributes
Contains thing attributes for Doom namespaces.
- Since:
- 2.9.0
- Author:
- Matthew Tropiano
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThing angle in degrees.static final StringObject comment.static final StringThing flag: Ambushes players ("deaf" flag).static final StringThing flag: Co-operative.static final StringThing flag: Deathmatch.static final StringThing flag: Single player.static final StringThing flag: Appears on skill 1.static final StringThing flag: Appears on skill 2.static final StringThing flag: Appears on skill 3.static final StringThing flag: Appears on skill 4.static final StringThing flag: Appears on skill 5.static final StringThing position: x-coordinate.static final StringThing position: y-coordinate.static final StringThing type.
-
Field Details
-
ATTRIB_POSITION_X
-
ATTRIB_POSITION_Y
-
ATTRIB_ANGLE
-
ATTRIB_TYPE
-
ATTRIB_FLAG_SKILL1
-
ATTRIB_FLAG_SKILL2
-
ATTRIB_FLAG_SKILL3
-
ATTRIB_FLAG_SKILL4
-
ATTRIB_FLAG_SKILL5
-
ATTRIB_FLAG_AMBUSH
-
ATTRIB_FLAG_SINGLE_PLAYER
-
ATTRIB_FLAG_COOPERATIVE
-
ATTRIB_FLAG_DEATHMATCH
-
ATTRIB_COMMENT
-