More work on profile character assignment rewrite.
Added ability to apply profile to any currently logged in character Functional UI for player character, retainers and mannequins Almost completely switched to using ActorIdentifier instead of character name Migration code for ActorIdentifier instead of character names IPC is not functional for now (see todos)
This commit is contained in:
@@ -31,6 +31,11 @@ public class GameObjectService
|
||||
_configuration = configuration;
|
||||
}
|
||||
|
||||
public ActorIdentifier GetCurrentPlayerActorIdentifier()
|
||||
{
|
||||
return _objectManager.PlayerData.Identifier;
|
||||
}
|
||||
|
||||
public string GetCurrentPlayerName()
|
||||
{
|
||||
return _objectManager.PlayerData.Identifier.ToName();
|
||||
|
||||
Reference in New Issue
Block a user