Show / Hide Table of Contents

Class LocalString

Wrapper around Kingmaker.Localization.LocalizedString for implicit casts.

Inheritance
System.Object
LocalString
Namespace: BlueprintCore.Utils
Assembly: BlueprintCore.dll
Syntax
public class LocalString

Fields

| Improve this Doc View Source

LocalizedString

Declaration
public readonly LocalizedString LocalizedString
Field Value
Type Description
Kingmaker.Localization.LocalizedString

Operators

| Improve this Doc View Source

Implicit(LocalizedString to LocalString)

Declaration
public static implicit operator LocalString(LocalizedString localizedString)
Parameters
Type Name Description
Kingmaker.Localization.LocalizedString localizedString
Returns
Type Description
LocalString
| Improve this Doc View Source

Implicit(String to LocalString)

Declaration
public static implicit operator LocalString(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
LocalString
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX