C# Class OpenSim.Services.Connectors.SimianGrid.SimianAvatarServiceConnector

Inheritance: IAvatarService, ISharedRegionModule
Mostra file Open project: N3X15/VoxelSim

Public Methods

Method Description
AddRegion ( Scene scene ) : void
Close ( ) : void
GetAppearance ( UUID userID ) : AvatarAppearance

Retrieves the LLPackedAppearance field from user data and unpacks it into an AvatarAppearance structure

GetAvatar ( UUID userID ) : OpenSim.Services.Interfaces.AvatarData

Initialise ( IConfigSource source ) : void
PostInitialise ( ) : void
RegionLoaded ( Scene scene ) : void
RemoveItems ( UUID userID, string names ) : bool
RemoveRegion ( Scene scene ) : void
ResetAvatar ( UUID userID ) : bool
SetAppearance ( UUID userID, AvatarAppearance appearance ) : bool

SetAvatar ( UUID userID, OpenSim.Services.Interfaces.AvatarData avatar ) : bool

SetItems ( UUID userID, string names, string values ) : bool
SimianAvatarServiceConnector ( ) : System
SimianAvatarServiceConnector ( IConfigSource source ) : System

Private Methods

Method Description
CommonInit ( IConfigSource source ) : void

Method Details

AddRegion() public method

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
return void

Close() public method

public Close ( ) : void
return void

GetAppearance() public method

Retrieves the LLPackedAppearance field from user data and unpacks it into an AvatarAppearance structure
public GetAppearance ( UUID userID ) : AvatarAppearance
userID UUID
return OpenSim.Framework.AvatarAppearance

GetAvatar() public method

public GetAvatar ( UUID userID ) : OpenSim.Services.Interfaces.AvatarData
userID UUID
return OpenSim.Services.Interfaces.AvatarData

Initialise() public method

public Initialise ( IConfigSource source ) : void
source IConfigSource
return void

PostInitialise() public method

public PostInitialise ( ) : void
return void

RegionLoaded() public method

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
return void

RemoveItems() public method

public RemoveItems ( UUID userID, string names ) : bool
userID UUID
names string
return bool

RemoveRegion() public method

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
return void

ResetAvatar() public method

public ResetAvatar ( UUID userID ) : bool
userID UUID
return bool

SetAppearance() public method

public SetAppearance ( UUID userID, AvatarAppearance appearance ) : bool
userID UUID
appearance OpenSim.Framework.AvatarAppearance
return bool

SetAvatar() public method

public SetAvatar ( UUID userID, OpenSim.Services.Interfaces.AvatarData avatar ) : bool
userID UUID
avatar OpenSim.Services.Interfaces.AvatarData
return bool

SetItems() public method

public SetItems ( UUID userID, string names, string values ) : bool
userID UUID
names string
values string
return bool

SimianAvatarServiceConnector() public method

public SimianAvatarServiceConnector ( ) : System
return System

SimianAvatarServiceConnector() public method

public SimianAvatarServiceConnector ( IConfigSource source ) : System
source IConfigSource
return System