C# Class OpenSim.Region.CoreModules.World.LightShare.LightShareModule

Inheritance: IRegionModule, ICommandableModule
Show file Open project: openmetaversefoundation/fortis-opensim

Public Methods

Method Description
Close ( ) : void
Initialise ( Scene scene, IConfigSource config ) : void
PostInitialise ( ) : void
SendProfileToClient ( ScenePresence presence ) : void
SendProfileToClient ( ScenePresence presence, RegionLightShareData wl ) : void

Private Methods

Method Description
EventManager_OnMakeRootAgent ( ScenePresence presence ) : void
EventManager_OnPluginConsole ( string args ) : void

Processes commandline input. Do not call directly.

EventManager_OnSaveNewWindlightProfile ( ) : void
EventManager_OnSendNewWindlightProfileTargeted ( RegionLightShareData wl, UUID pUUID ) : void
HandleDisable ( Object args ) : void
HandleEnable ( Object args ) : void
HandleLoad ( Object args ) : void
InstallCommands ( ) : void
compileWindlightSettings ( RegionLightShareData wl ) : List

Method Details

Close() public method

public Close ( ) : void
return void

Initialise() public method

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

PostInitialise() public method

public PostInitialise ( ) : void
return void

SendProfileToClient() public method

public SendProfileToClient ( ScenePresence presence ) : void
presence OpenSim.Region.Framework.Scenes.ScenePresence
return void

SendProfileToClient() public method

public SendProfileToClient ( ScenePresence presence, RegionLightShareData wl ) : void
presence OpenSim.Region.Framework.Scenes.ScenePresence
wl OpenSim.Framework.RegionLightShareData
return void