C# Класс OpenStory.Server.Registry.LocationRegistry

Represents a registry for player locations.
Наследование: ILocationRegistry
Показать файл Открыть проект

Открытые методы

Метод Описание
GetLocation ( CharacterKey key ) : PlayerLocation
GetLocationsForAll ( IEnumerable keys ) : PlayerLocation>.Dictionary
LocationRegistry ( ) : System.Collections.Generic

Initializes a new instance of the LocationRegistry class.

RemoveLocation ( CharacterKey key ) : void
SetLocation ( CharacterKey key, int channelId, int mapId ) : void

Описание методов

GetLocation() публичный Метод

public GetLocation ( CharacterKey key ) : PlayerLocation
key CharacterKey
Результат PlayerLocation

GetLocationsForAll() публичный Метод

public GetLocationsForAll ( IEnumerable keys ) : PlayerLocation>.Dictionary
keys IEnumerable
Результат PlayerLocation>.Dictionary

LocationRegistry() публичный Метод

Initializes a new instance of the LocationRegistry class.
public LocationRegistry ( ) : System.Collections.Generic
Результат System.Collections.Generic

RemoveLocation() публичный Метод

public RemoveLocation ( CharacterKey key ) : void
key CharacterKey
Результат void

SetLocation() публичный Метод

public SetLocation ( CharacterKey key, int channelId, int mapId ) : void
key CharacterKey
channelId int
mapId int
Результат void