selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
WorldEvent
selery
event
world
world
Generic event related to the world.
interface
WorldEvent :
Event
{
World
world
[@property getter];
mixintemplate
Implementation
()
;
}
Members
Mixin templates
Implementation
mixintemplate
Implementation
()
Undocumented in source.
Properties
world
World
world
[@property getter]
Gets the world where the event has happened.
Meta
Source
See Implementation
selery
event
world
world
aliases
StartSnowEvent
StopSnowEvent
classes
LightningStrikeEvent
StartRainEvent
StopRainEvent
interfaces
ExplosionEvent
WorldEvent
Generic event related to the world.