C# Class OpenStory.Server.World.WorldServer

World server class! Handles world server stuff.
Inheritance: OpenStory.Server.Processing.GameServerBase, IChannelToWorldRequestHandler, INexusToWorldRequestHandler
Afficher le fichier Open project: shoftee/OpenStory

Méthodes publiques

Méthode Description
BroadcastFromChannel ( int channelId, CharacterKey targets, byte data ) : void
GetDetails ( ) : IWorld
WorldServer ( IServiceContainer nexus, ChannelContainer channelContainer, IWorldInfoProvider worldInfoProvider ) : System.Linq

Initializes a new instance of the WorldServer class.

Méthodes protégées

Méthode Description
OnInitializing ( OsServiceConfiguration serviceConfiguration ) : void
OnStarting ( ) : void
OnStopping ( ) : void

Method Details

BroadcastFromChannel() public méthode

public BroadcastFromChannel ( int channelId, CharacterKey targets, byte data ) : void
channelId int
targets CharacterKey
data byte
Résultat void

GetDetails() public méthode

public GetDetails ( ) : IWorld
Résultat IWorld

OnInitializing() protected méthode

protected OnInitializing ( OsServiceConfiguration serviceConfiguration ) : void
serviceConfiguration OsServiceConfiguration
Résultat void

OnStarting() protected méthode

protected OnStarting ( ) : void
Résultat void

OnStopping() protected méthode

protected OnStopping ( ) : void
Résultat void

WorldServer() public méthode

Initializes a new instance of the WorldServer class.
public WorldServer ( IServiceContainer nexus, ChannelContainer channelContainer, IWorldInfoProvider worldInfoProvider ) : System.Linq
nexus IServiceContainer
channelContainer ChannelContainer
worldInfoProvider IWorldInfoProvider
Résultat System.Linq