Interface UDMFMBFThingAttributes
- All Superinterfaces:
UDMFDoomThingAttributes
Contains MBF 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
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: Friendly (Marine's Best Friend-style).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_FLAG_FRIENDLY
Thing flag: Friendly (Marine's Best Friend-style).- 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:
-