Alexandria.Engines.DarkSouls.TableRows.Npc.GetLocalisedName C# (CSharp) Метод

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

Get the localised name of the Npc.
public GetLocalisedName ( System.Language language ) : string
language System.Language
Результат string
            public string GetLocalisedName(Language language)
            {
                return Parent.GetLocalisedString(Engine.ItemArchiveId.NpcNames, NameId);
            }