Class StrifeStatusBar

inherits from BaseStatusBar

Constants

const POP​_TIME = (Thinker​.TICRATE/8)

const POP​_HEIGHT = 104

const KEY​_TIME = (Thinker​.TICRATE/3)

Public Member Variables

Public Functions

void Reset()

void DrINumber2(
int val,
int x,
int y,
int width,
int imgBase
) const

Protected Functions

protected void DrawHealthBar(
int health,
int x,
int y
)

protected void DrawMainBar(
double TicFrac
)

protected void DrawFullScreenStuff()

protected void DrawPopScreen(
int bottom,
double TicFrac
)

Overrides

override void Init()
overrides BaseStatusBar.Init

override void NewGame()

override int GetProtrusion(
double scaleratio
) const

override void Draw(
int state,
double TicFrac
)
overrides BaseStatusBar.Draw

override void ShowPop(int popnum)

override bool MustDrawLog(int state)

override void Tick()
overrides BaseStatusBar.Tick

Inner Enums