Difference between revisions of "TeleportFinish"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(Added information from https://community.secondlife.com/forums/topic/503010-obscure-question-when-does-the-simulator-send-establishagentcommunication-to-the-viewer/#comment-2633339)
 
Line 17: Line 17:
}
}
}
}
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
=== This message is deprecated. ===
A TeleportFinish event is sent over the [https://wiki.secondlife.com/wiki/EventQueueGet EventQueueGet HTTP connection] with similar information about the teleport destination region.
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 12:47, 10 September 2024

Message Layout

{
	TeleportFinish Low Trusted Unencoded
	{
		Info		Single
		{	AgentID			LLUUID			}
		{	LocationID		U32				}
		{	SimIP			IPADDR			}
		{	SimPort			IPPORT			}
		{	RegionHandle	U64				}
		{	SeedCapability	Variable	2	}	
		{	SimAccess		U8				}
		{	TeleportFlags 	U32				}
	}
}

Usage and Notes

This message is deprecated.

A TeleportFinish event is sent over the EventQueueGet HTTP connection with similar information about the teleport destination region.