EntityDamageEvent

Undocumented in source.

Members

Mixin templates

Implementation
mixintemplate Implementation(size_t modifiers)
Undocumented in source.

Properties

damage
float damage [@property getter]
Undocumented in source.
damage
float damage [@property setter]
Undocumented in source.
imminent
bool imminent [@property getter]
Undocumented in source.
message
Translation message [@property getter]
Undocumented in source.
originalDamage
float originalDamage [@property getter]
Undocumented in source.
victim
Entity victim [@property getter]
Undocumented in source.

Inherited Members

From EntityEvent

entity
Entity entity [@property getter]
Undocumented in source.
Implementation
mixintemplate Implementation()
Undocumented in source.

From Cancellable

cancel
void cancel()

Cancels the event. A cancelled event is not propagated further to the next listeners, if there's any.

cancelled
bool cancelled [@property getter]
canceled
alias canceled = cancelled

Indicates whether the event has been cancelled. A cancelled event cannot be uncancelled.

Implementation
mixintemplate Implementation()
Undocumented in source.
FinalImplementation
mixintemplate FinalImplementation()
Undocumented in source.

Meta