SpaceLocationTeleportRequest

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	SpaceLocationTeleportRequest Low Trusted Unencoded
	{
		Info		Single
		{	AgentID			LLUUID		}
		{	SessionID		LLUUID		}
		{	CircuitCode		U32			}
		{	RegionHandle	U64			}
		{	Position		LLVector3	}	
		{	LookAt			LLVector3	}
		{   TravelAccess	U8 			}
		{	ParentEstateID	U32			}
		{	TeleportFlags	U32			}
	}
}

Usage and Notes