ExplosionEvent

Undocumented in source.

Members

Mixin templates

Implementation
mixintemplate Implementation()
Undocumented in source.

Properties

power
float power [@property setter]
Undocumented in source.
power
float power [@property getter]
Undocumented in source.

Inherited Members

From WorldEvent

world
World world [@property getter]

Gets the world where the event has happened.

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