LogEvent

Event called when a message is logged to the console.

Constructors

this
this(HubServer server, Message[] messages, int commandId, int worldId)
Undocumented in source.

Members

Properties

commandId
int commandId [@property getter]

Gets the command id, if the log is the result of an input given by an external application. Returns -1 if the log was not genearated by an external input.

messages
Message[] messages [@property getter]

Gets the log's message.

worldId
int worldId [@property getter]

Gets the id of the world that has generated the log or -1 if the log was not generated by a world.

Variables

_commandId
int _commandId;
Undocumented in source.
_worldId
int _worldId;
Undocumented in source.

Inherited Members

From HubServerEvent

server
shared(HubServer) server [@property getter]

Gets the hub server that has triggered the event.

Meta