Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Buff

Base class for a buff, a buff is an enhancement, either globally or in a given area

Hierarchy

  • Buff

Index

Constructors

constructor

  • new Buff(applyTester: any): Buff
  • Parameters

    • applyTester: any

    Returns Buff

Methods

getRecieverTitle

  • getRecieverTitle(): any
  • Returns the description of the buff

    Returns any

getTitle

  • getTitle(): any
  • Returns the title of the buff

    Returns any

isEnabled

  • isEnabled(bitmask: any): boolean
  • Checks the given bitmask if this buff is enabled on it

    Parameters

    • bitmask: any

    Returns boolean