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

Inheritance: WhiteCore.Framework.Modules.IDataTransferable, BaseCacheAccount
显示文件 Open project: WhiteCoreSim/WhiteCore-Dev 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_oe property

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

Flags public_oe property

AgentFlags
public IAgentFlags Flags
return IAgentFlags

HoverHeight public_oe property

Hover height of the user
public double HoverHeight
return double

Language public_oe property

Current language
public string Language
return string

LanguageIsPublic public_oe property

Is the users language public
public bool LanguageIsPublic
return bool

MaturityRating public_oe property

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

MaxMaturity public_oe property

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

OtherAgentInformation public_oe property

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

PermEveryone public_oe property

Permissions set by the user
public int PermEveryone
return int

PermGroup public_oe property

public int PermGroup
return int

PermNextOwner public_oe property

public int PermNextOwner
return int