Difference between revisions of "ChatFromViewer"

From Second Life Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 21: Line 20:
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]
Values for use with Type:
Whisper = 0
5m radius
"Test User whispers: message"
Normal = 1
10/20m radius
"Test User: message"
Shout = 2
100m radius
"Test User shouts: message"
Say = 3
Not sure if this is used for anything
"Test User say, message"
StartTyping = 4
Lets others know you are typing
StopTyping = 5
Lets others know you've stopped typing
Debug = 6
(Unknown)

Revision as of 14:25, 4 May 2008

Message Layout

{
	ChatFromViewer Low NotTrusted Zerocoded
	{
		AgentData			Single
		{	AgentID			LLUUID		}
		{	SessionID		LLUUID		}
	}
	{
		ChatData			Single
		{	Message			Variable 2	}
		{	Type			U8			}
		{	Channel			S32			}
	}
}

Usage and Notes

Values for use with Type:


Whisper = 0

5m radius

"Test User whispers: message"


Normal = 1

10/20m radius

"Test User: message"


Shout = 2

100m radius

"Test User shouts: message"


Say = 3

Not sure if this is used for anything

"Test User say, message"


StartTyping = 4

Lets others know you are typing


StopTyping = 5

Lets others know you've stopped typing


Debug = 6

(Unknown)