Interface UDMFHexenThingAttributes
- All Superinterfaces:
UDMFDoomThingAttributes
- All Known Subinterfaces:
UDMFZDoomThingAttributes
Contains Hexen thing attributes on some UDMF structures.
- Since:
- 2.8.0
- Author:
- Matthew Tropiano
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Thing angle in degrees.static final String
Thing special argument 0.static final String
Thing special argument 1.static final String
Thing special argument 2.static final String
Thing special argument 3.static final String
Thing special argument 4.static final String
Object comment.static final String
Thing flag: Ambushes players ("deaf" flag).static final String
Thing flag: Appears for class 1.static final String
Thing flag: Appears for class 2.static final String
Thing flag: Appears for class 3.static final String
Thing flag: Co-operative.static final String
Thing flag: Deathmatch.static final String
Thing flag: Dormant.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: height.static final String
Thing id.static final String
Thing position: x-coordinate.static final String
Thing position: y-coordinate.static final String
Thing Special type.static final String
Thing type.
-
Field Details
-
ATTRIB_HEIGHT
Thing position: height.- See Also:
-
ATTRIB_FLAG_DORMANT
Thing flag: Dormant.- Since:
- 2.9.1
- See Also:
-
ATTRIB_FLAG_CLASS1
Thing flag: Appears for class 1.- See Also:
-
ATTRIB_FLAG_CLASS2
Thing flag: Appears for class 2.- See Also:
-
ATTRIB_FLAG_CLASS3
Thing flag: Appears for class 3.- See Also:
-
ATTRIB_ID
Thing id.- Since:
- 2.8.1
- See Also:
-
ATTRIB_SPECIAL
Thing Special type.- Since:
- 2.8.1
- See Also:
-
ATTRIB_ARG0
Thing special argument 0.- Since:
- 2.8.1
- See Also:
-
ATTRIB_ARG1
Thing special argument 1.- Since:
- 2.8.1
- See Also:
-
ATTRIB_ARG2
Thing special argument 2.- Since:
- 2.8.1
- See Also:
-
ATTRIB_ARG3
Thing special argument 3.- Since:
- 2.8.1
- See Also:
-
ATTRIB_ARG4
Thing special argument 4.- Since:
- 2.8.1
- See Also:
-
ATTRIB_POSITION_X
Thing position: x-coordinate.- See Also:
-
ATTRIB_POSITION_Y
Thing position: y-coordinate.- See Also:
-
ATTRIB_ANGLE
Thing angle in degrees.- See Also:
-
ATTRIB_TYPE
Thing type.- See Also:
-
ATTRIB_FLAG_SKILL1
Thing flag: Appears on skill 1.- See Also:
-
ATTRIB_FLAG_SKILL2
Thing flag: Appears on skill 2.- See Also:
-
ATTRIB_FLAG_SKILL3
Thing flag: Appears on skill 3.- See Also:
-
ATTRIB_FLAG_SKILL4
Thing flag: Appears on skill 4.- See Also:
-
ATTRIB_FLAG_SKILL5
Thing flag: Appears on skill 5.- See Also:
-
ATTRIB_FLAG_AMBUSH
Thing flag: Ambushes players ("deaf" flag).- See Also:
-
ATTRIB_FLAG_SINGLE_PLAYER
Thing flag: Single player.- See Also:
-
ATTRIB_FLAG_COOPERATIVE
Thing flag: Co-operative.- See Also:
-
ATTRIB_FLAG_DEATHMATCH
Thing flag: Deathmatch.- See Also:
-
ATTRIB_COMMENT
Object comment.- See Also:
-