SpaceLocationTeleportReply

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	SpaceLocationTeleportReply Low Trusted Unencoded
	{
		Info		Single
		{	AgentID			LLUUID			}
		{	LocationID		U32				}
		{	SimIP			IPADDR			}
		{	SimPort			IPPORT			}
		{	RegionHandle	U64				}
		{	Position		LLVector3		}	
		{	LookAt			LLVector3		}
		{	SimName			Variable	1	}
		{	SimAccess		U8				}
		{	TeleportFlags 	U32				}
	}
}

Usage and Notes