C# Class Universe.Modules.VisitorLogger.VisitorLoggerModule

This module logs all visitors to the sim to a specified file
Inheritance: INonSharedRegionModule
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_enabled bool
m_fileName string
m_timesOfUsers DateTime>.Dictionary

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource source ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Méthodes protégées

Méthode Description
EventManager_OnClosingClient ( IClientAPI client ) : void
OnMakeRootAgent ( IScenePresence presence ) : void

Method Details

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

EventManager_OnClosingClient() protected méthode

protected EventManager_OnClosingClient ( IClientAPI client ) : void
client IClientAPI
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource source ) : void
source IConfigSource
Résultat void

OnMakeRootAgent() protected méthode

protected OnMakeRootAgent ( IScenePresence presence ) : void
presence IScenePresence
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene scene ) : void
scene IScene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void

Property Details

m_enabled protected_oe property

protected bool m_enabled
Résultat bool

m_fileName protected_oe property

protected string m_fileName
Résultat string

m_timesOfUsers protected_oe property

protected Dictionary m_timesOfUsers
Résultat DateTime>.Dictionary