Method | Description | |
---|---|---|
GetLocation ( CharacterKey key ) : PlayerLocation | ||
GetLocationsForAll ( IEnumerable |
||
LocationRegistry ( ) : System.Collections.Generic |
Initializes a new instance of the LocationRegistry class.
|
|
RemoveLocation ( CharacterKey key ) : void | ||
SetLocation ( CharacterKey key, int channelId, int mapId ) : void |
public GetLocation ( CharacterKey key ) : PlayerLocation | ||
key | CharacterKey | |
return | PlayerLocation |
public GetLocationsForAll ( IEnumerable |
||
keys | IEnumerable |
|
return | PlayerLocation>.Dictionary |
public LocationRegistry ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public RemoveLocation ( CharacterKey key ) : void | ||
key | CharacterKey | |
return | void |
public SetLocation ( CharacterKey key, int channelId, int mapId ) : void | ||
key | CharacterKey | |
channelId | int | |
mapId | int | |
return | void |