BossBar.Add

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string title, float health, uint color, uint division, ubyte flags)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ACTION
enum typeof(action) ACTION;
Undocumented in source.
BLUE
enum uint BLUE;
Undocumented in source.
DARK_SKY
enum ubyte DARK_SKY;
Undocumented in source.
GREEN
enum uint GREEN;
Undocumented in source.
IS_DRAGON_BAR
enum ubyte IS_DRAGON_BAR;
Undocumented in source.
NO_DIVISION
enum uint NO_DIVISION;
Undocumented in source.
PINK
enum uint PINK;
Undocumented in source.
PURPLE
enum uint PURPLE;
Undocumented in source.
RED
enum uint RED;
Undocumented in source.
SIX_NOTCHES
enum uint SIX_NOTCHES;
Undocumented in source.
TEN_NOTCHES
enum uint TEN_NOTCHES;
Undocumented in source.
TWELVE_NOTCHES
enum uint TWELVE_NOTCHES;
Undocumented in source.
TWENTY_NOTCHES
enum uint TWENTY_NOTCHES;
Undocumented in source.
WHITE
enum uint WHITE;
Undocumented in source.
YELLOW
enum uint YELLOW;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
color
uint color;
Undocumented in source.
division
uint division;
Undocumented in source.
flags
ubyte flags;
Undocumented in source.
health
float health;
Undocumented in source.
title
string title;
Undocumented in source.

Meta