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 String
Thing angle in degrees.static final String
Object comment.static final String
Thing flag: Ambushes players ("deaf" flag).static final String
Thing flag: Co-operative.static final String
Thing flag: Deathmatch.static final String
Thing flag: Single player.static final String
Thing flag: Appears on skill 1.static final String
Thing flag: Appears on skill 2.static final String
Thing flag: Appears on skill 3.static final String
Thing flag: Appears on skill 4.static final String
Thing flag: Appears on skill 5.static final String
Thing position: x-coordinate.static final String
Thing position: y-coordinate.static final String
Thing 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
-