CombatEvent.EndCombat

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint duration, uint entityId)
Undocumented in source.

Members

Functions

decode
void decode()
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte[] encode()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

EVENT_ID
enum typeof(eventId) EVENT_ID;
Undocumented in source.
FIELDS
enum string[] FIELDS;
Undocumented in source.
duration
uint duration;
Undocumented in source.
entityId
uint entityId;
Undocumented in source.

Meta