EntityDamageByHeatEvent

Undocumented in source.
interface EntityDamageByHeatEvent : EntityDamageEvent {}

Members

Mixin templates

Implementation
mixintemplate Implementation()
Undocumented in source.

Inherited Members

From EntityDamageEvent

victim
Entity victim [@property getter]
Undocumented in source.
originalDamage
float originalDamage [@property getter]
Undocumented in source.
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.
Implementation
mixintemplate Implementation(size_t modifiers)
Undocumented in source.

Meta