Difference between revisions of "AgentDataUpdate"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 20: Line 19:
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]
[[Category:Agent Messages]]

Latest revision as of 15:28, 11 July 2009

Message Layout

{
	AgentDataUpdate Low Trusted Zerocoded
	{
		AgentData			Single
		{	AgentID				LLUUID	}
		{	FirstName	        Variable	1	}   
		{	LastName	        Variable	1	}   
		{	GroupTitle			Variable	1	}	
		{	ActiveGroupID		LLUUID	}	
		{	GroupPowers			U64	}
		{	GroupName			Variable	1	}	
	}
}

Usage and Notes