C# Class Universe.Framework.Services.ClassHelpers.Profile.IAgentInfo

Inheritance: Universe.Framework.Modules.IDataTransferable, BaseCacheAccount
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
AcceptTOS bool
Flags IAgentFlags
HoverHeight double
Language string
LanguageIsPublic bool
MaturityRating int
MaxMaturity int
OtherAgentInformation OSDMap
PermEveryone int
PermGroup int
PermNextOwner int

Public Methods

Method Description
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap

Method Details

FromOSD() public method

public FromOSD ( OSDMap map ) : void
map OSDMap
return void

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap

Property Details

AcceptTOS public property

Did this user accept the TOS?
public bool AcceptTOS
return bool

Flags public property

AgentFlags
public IAgentFlags Flags
return IAgentFlags

HoverHeight public property

Hover height of the user
public double HoverHeight
return double

Language public property

Current language
public string Language
return string

LanguageIsPublic public property

Is the users language public
public bool LanguageIsPublic
return bool

MaturityRating public property

Max maturity rating the user wishes to see
public int MaturityRating
return int

MaxMaturity public property

Max maturity rating the user can ever to see
public int MaxMaturity
return int

OtherAgentInformation public property

Other information can be stored in here. For ex, temporary ban info for this user
public OSDMap OtherAgentInformation
return OSDMap

PermEveryone public property

Permissions set by the user
public int PermEveryone
return int

PermGroup public property

public int PermGroup
return int

PermNextOwner public property

public int PermNextOwner
return int