Module ts3::event[][src]

Structs

ChannelCreated

Data for a channelcreated event.

ChannelDeleted

Data for a channeldeleted event.

ChannelDescriptionChanged

Data for a channeldescriptionchanged event.

ChannelEdited

Data for a channeledited event. The fields cid, reasonid, invokerid, invokername and invokeruid are always included. All fields prefixed channel_… are only included if the value of the channel was changed.

ChannelMoved

Data for a channelmoved event.

ChannelPasswordChanged

Data for a channelpasswordchanged event.

ClientEnterView

Data for a cliententerview event.

ClientLeftView

Data for a clientleftview event.

ClientMoved

Data for a clientmoved event.

ServerEdited

Data for a serveredited event.

TextMessage

Data for a textmessage event.

TokenUsed

Data for a tokenused event.

Enums

ReasonID

Defines a reason why an event happened. Used in multiple event types.

Traits

EventHandler

All events sent by the server will be dispatched to their appropriate trait method. In order to receive events you must subscribe to the events you want to receive using servernotifyregister.