Lua API
On this page
Communication_HearDirectSpeech_S2C
Inherits from
Someone has sent you a @tell.
Fields:
Message string
the message text
Name string
the name of the creature sending you the message
ObjectId number
the object ID of the creature sending you the message
SecretFlags number
doesnt seem to be used by the client
TargetId number
the object ID of the recipient of the message (should be you)
Type ChatMessageType
the message type, controls color and @filter processing
Methods:
GetPropertyKeys() : string[]
Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts
Returns:string[]
ToString() : string
Returns a string that represents the current object.
Returns:string