Difference between revisions of "UpdateUserInfo"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(added missing field)
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 13: Line 12:
UserData Single
UserData Single
{ IMViaEMail BOOL }
{ IMViaEMail BOOL }
{ DirectoryVisibility Variable 1 }
}
}
}
}


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
[[Category:Messages]]
[[Category:Messages]]

Revision as of 20:00, 9 July 2008

Message Layout

{
	UpdateUserInfo	Low	NotTrusted Unencoded
	{
		AgentData	Single
		{	AgentID	LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		UserData	Single
		{	IMViaEMail	BOOL	}
		{	DirectoryVisibility	Variable 1	}
	}
}

Usage and Notes