CombatEvent.EntityDead

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint playerId, uint entityId, string message)
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

EVENT_ID
enum typeof(eventId) EVENT_ID;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
entityId
uint entityId;
Undocumented in source.
message
string message;
Undocumented in source.
playerId
uint playerId;
Undocumented in source.

Meta