C# Class OpenSim.Region.CoreModules.SunModule

Inheritance: ISunModule
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim

Private Properties

Свойство Type Description
AvatarEnteringParcel void
GenSunPos void
GetCurrentTimeAsLindenSunHour float
GetParamList string>.Dictionary
ParseCmdParams List
SunUpdateToAllClients void

Méthodes publiques

Méthode Description
Close ( ) : void
EstateToolsSunUpdate ( ulong regionHandle, bool FixedSun, bool useEstateTime, float FixedSunHour ) : void

GetCurrentSunHour ( ) : float
GetSunParameter ( string param ) : double
HandleSunConsoleCommand ( string module, string cmdparams ) : void
Initialise ( Scene scene, IConfigSource config ) : void
PostInitialise ( ) : void
SetSunParameter ( string param, double value ) : void
SunToClient ( IClientAPI client ) : void
SunUpdate ( ) : void

Private Methods

Méthode Description
AvatarEnteringParcel ( ScenePresence avatar, int localLandID, UUID regionID ) : void

When an avatar enters the region, it's probably a good idea to send them the current sun info

GenSunPos ( ) : void

Calculate the sun's orbital position and its velocity.

GetCurrentTimeAsLindenSunHour ( ) : float
GetParamList ( ) : string>.Dictionary
ParseCmdParams ( string args ) : List
SunUpdateToAllClients ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

EstateToolsSunUpdate() public méthode

public EstateToolsSunUpdate ( ulong regionHandle, bool FixedSun, bool useEstateTime, float FixedSunHour ) : void
regionHandle ulong
FixedSun bool
useEstateTime bool Use the Region or Estate Sun hour?
FixedSunHour float What hour of the day is the Sun Fixed at?
Résultat void

GetCurrentSunHour() public méthode

public GetCurrentSunHour ( ) : float
Résultat float

GetSunParameter() public méthode

public GetSunParameter ( string param ) : double
param string
Résultat double

HandleSunConsoleCommand() public méthode

public HandleSunConsoleCommand ( string module, string cmdparams ) : void
module string
cmdparams string
Résultat void

Initialise() public méthode

public Initialise ( Scene scene, IConfigSource config ) : void
scene OpenSim.Region.Framework.Scenes.Scene
config IConfigSource
Résultat void

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

SetSunParameter() public méthode

public SetSunParameter ( string param, double value ) : void
param string
value double
Résultat void

SunToClient() public méthode

public SunToClient ( IClientAPI client ) : void
client IClientAPI
Résultat void

SunUpdate() public méthode

public SunUpdate ( ) : void
Résultat void