Interface BoomLinedefFlags

All Superinterfaces:
DoomLinedefFlags

public interface BoomLinedefFlags extends DoomLinedefFlags
Linedef flag constants for Doom/Boom/MBF/SMMU. The constant value is how many places to bit shift 1 to equal the flag bit.
Author:
Matthew Tropiano
  • Field Details

    • PASSTHRU

      static final int PASSTHRU
      Linedef flag: Pass USE through this line.
      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.