C# Class OpenSim.Framework.AvatarPickerReplyAgentDataArgs

Args to return to a client that queries picker data
Inheritance: EventArgs
Show file Open project: Mobius-Team/Mobius Class Usage Examples

Public Properties

Property Type Description
AgentID UUID
QueryID UUID

Property Details

AgentID public property

Unique Agent ID
public UUID AgentID
return UUID

QueryID public property

ID of query user submitted
public UUID QueryID
return UUID