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

Inheritance: WhiteCore.Framework.Modules.IDataTransferable, BaseCacheAccount
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev Class Usage Examples

Méthodes publiques

Свойство Type Description
AcceptTOS bool
Flags IAgentFlags
HoverHeight double
Language string
LanguageIsPublic bool
MaturityRating int
MaxMaturity int
OtherAgentInformation OSDMap
PermEveryone int
PermGroup int
PermNextOwner int

Méthodes publiques

Méthode Description
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap

Method Details

FromOSD() public méthode

public FromOSD ( OSDMap map ) : void
map OSDMap
Résultat void

ToOSD() public méthode

public ToOSD ( ) : OSDMap
Résultat OSDMap

Property Details

AcceptTOS public_oe property

Did this user accept the TOS?
public bool AcceptTOS
Résultat bool

Flags public_oe property

AgentFlags
public IAgentFlags Flags
Résultat IAgentFlags

HoverHeight public_oe property

Hover height of the user
public double HoverHeight
Résultat double

Language public_oe property

Current language
public string Language
Résultat string

LanguageIsPublic public_oe property

Is the users language public
public bool LanguageIsPublic
Résultat bool

MaturityRating public_oe property

Max maturity rating the user wishes to see
public int MaturityRating
Résultat int

MaxMaturity public_oe property

Max maturity rating the user can ever to see
public int MaxMaturity
Résultat int

OtherAgentInformation public_oe property

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

PermEveryone public_oe property

Permissions set by the user
public int PermEveryone
Résultat int

PermGroup public_oe property

public int PermGroup
Résultat int

PermNextOwner public_oe property

public int PermNextOwner
Résultat int