Interface UDMFStrifeThingAttributes
- All Superinterfaces:
UDMFDoomThingAttributes
Contains thing attributes for Strife namespaces.
- Since:
- 2.8.0
- Author:
- Matthew Tropiano
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Thing angle in degrees.static final String
Object comment.static final String
Thing flag: Thing is an ally.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: Thing is invisible.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 flag: Thing is in a standing mode.static final String
Thing flag: Thing is translucent.static final String
Thing position: x-coordinate.static final String
Thing position: y-coordinate.static final String
Thing type.
-
Field Details
-
ATTRIB_FLAG_STANDING
Thing flag: Thing is in a standing mode.- See Also:
-
ATTRIB_FLAG_ALLY
Thing flag: Thing is an ally.- See Also:
-
ATTRIB_FLAG_TRANSLUCENT
Thing flag: Thing is translucent.- See Also:
-
ATTRIB_FLAG_INVISIBLE
Thing flag: Thing is invisible.- 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:
-