CreateInventoryFolder

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	CreateInventoryFolder	Low NotTrusted Unencoded
	{
		AgentData			Single
		{	AgentID			LLUUID	}
		{	SessionID		LLUUID	}
	}
	{
		FolderData			Single
		{	FolderID		LLUUID	}
		{	ParentID		LLUUID	}
		{	Type			S8	}
		{	Name			Variable	1	}
	}
}

Usage and Notes