PlayerSpawnEvent

Called when a player spawns, but it isn't spawned to the other entities/players yet

final
class PlayerSpawnEvent : PlayerAnnounceEvent {}

Constructors

this
this(Player player)
Undocumented in source.

Members

Variables

spawn
bool spawn;
Undocumented in source.

Inherited Members

From PlayerAnnounceEvent

__anonymous
mixin PlayerEvent.Implementation
Undocumented in source.
message
Message[] message [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
message
Message[] message [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
message
string message [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
message
bool message [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
announce
bool announce [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
announce
bool announce [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta