Interface HexenLinedefFlags

All Superinterfaces:
DoomLinedefFlags
All Known Subinterfaces:
ZDoomLinedefFlags

public interface HexenLinedefFlags extends DoomLinedefFlags
Linedef flag constants for Hexen. The constant value is how many places to bit shift 1 to equal the flag bit.
Author:
Matthew Tropiano
  • Field Details

    • REPEATABLE

      static final int REPEATABLE
      Linedef flag: Line's special is repeatable (special is not cleared).
      See Also:
  • Method Details

    • value

      default int value(int flag)
      Gets the bit value of the flag (shifted).
      Parameters:
      flag - the input flag constant.
      Returns:
      the resultant value.