LoTRO LUA Documentation

This is a version controlled documentation for how to use the LUA-Plugin Framework implemented into LoTRO.

View on GitHub

Home > Turbine > Chat

Received Event


Beta Documentation - Subject to change.

This event is fired whenever a chat message is received.

Remarks

This event is fired whenever any chat message is received from the game or other users. The arguments for this event will contain a combination of a Sender, a ChatType, and the Message itself. The ChatType enumeration can be used to determine what kind of message was received.

Syntax

function Chat:Received(sender, args)

Parameters

sender
The event sender; Type: table
args
The event arguments; Type: table

Examples

Basic

** Coming Soon **

Intermediate

** Coming Soon **

Complex/Advanced

** Coming Soon **


## See Also * Chat * Turbine
Copyright © Standing Stone Games, LLC. All rights reserved.