|
abstract void | RetrieveValue () |
|
override string | ToString () |
|
bool | Contains (string subStr, StringComparison comparison=StringComparison.Ordinal) |
|
bool | Contains (char chr, StringComparison comparison=StringComparison.Ordinal) |
|
virtual LocalizedString | ToUpper () |
|
LocalizedString | Fallback (LocalizedString fallback) |
|
IReadOnlyList< LocalizedString > | Split (params char[] separators) |
|
LocalizedString | Replace (Identifier find, LocalizedString replace, StringComparison stringComparison=StringComparison.Ordinal) |
|
LocalizedString | Replace (string find, LocalizedString replace, StringComparison stringComparison=StringComparison.Ordinal) |
|
LocalizedString | Replace (LocalizedString find, LocalizedString replace, StringComparison stringComparison=StringComparison.Ordinal) |
|
LocalizedString | TrimStart () |
|
LocalizedString | TrimEnd () |
|
LocalizedString | ToLower () |
|
override bool | Equals (object? obj) |
|
bool | Equals (LocalizedString other, StringComparison comparison=StringComparison.Ordinal) |
|
bool | Equals (string other, StringComparison comparison=StringComparison.Ordinal) |
|
bool | StartsWith (LocalizedString other, StringComparison comparison=StringComparison.Ordinal) |
|
bool | StartsWith (string other, StringComparison comparison=StringComparison.Ordinal) |
|
override int | GetHashCode () |
|
int | CompareTo (object? obj) |
|
Definition at line 7 of file LocalizedString.cs.
◆ LoadedSuccessfully
◆ CompareTo()
int Barotrauma.LocalizedString.CompareTo |
( |
object? |
obj | ) |
|
◆ Contains() [1/2]
bool Barotrauma.LocalizedString.Contains |
( |
char |
chr, |
|
|
StringComparison |
comparison = StringComparison.Ordinal |
|
) |
| |
◆ Contains() [2/2]
bool Barotrauma.LocalizedString.Contains |
( |
string |
subStr, |
|
|
StringComparison |
comparison = StringComparison.Ordinal |
|
) |
| |
◆ Equals() [1/3]
bool Barotrauma.LocalizedString.Equals |
( |
LocalizedString |
other, |
|
|
StringComparison |
comparison = StringComparison.Ordinal |
|
) |
| |
◆ Equals() [2/3]
override bool Barotrauma.LocalizedString.Equals |
( |
object? |
obj | ) |
|
◆ Equals() [3/3]
bool Barotrauma.LocalizedString.Equals |
( |
string |
other, |
|
|
StringComparison |
comparison = StringComparison.Ordinal |
|
) |
| |
◆ Fallback()
◆ GetHashCode()
override int Barotrauma.LocalizedString.GetHashCode |
( |
| ) |
|
◆ Join() [1/2]
◆ Join() [2/2]
◆ MustRetrieveValue() [1/2]
virtual bool Barotrauma.LocalizedString.MustRetrieveValue |
( |
| ) |
|
|
protectedvirtual |
◆ MustRetrieveValue() [2/2]
static bool Barotrauma.LocalizedString.MustRetrieveValue |
( |
LocalizedString |
str | ) |
|
|
staticprotected |
◆ operator LocalizedString() [1/2]
static implicit Barotrauma.LocalizedString.operator LocalizedString |
( |
char |
value | ) |
|
|
static |
◆ operator LocalizedString() [2/2]
static implicit Barotrauma.LocalizedString.operator LocalizedString |
( |
string |
value | ) |
|
|
static |
◆ operator!=()
◆ operator+() [1/3]
◆ operator+() [2/3]
◆ operator+() [3/3]
◆ operator==()
◆ Replace() [1/3]
◆ Replace() [2/3]
◆ Replace() [3/3]
LocalizedString Barotrauma.LocalizedString.Replace |
( |
string |
find, |
|
|
LocalizedString |
replace, |
|
|
StringComparison |
stringComparison = StringComparison.Ordinal |
|
) |
| |
◆ RetrieveValue()
abstract void Barotrauma.LocalizedString.RetrieveValue |
( |
| ) |
|
|
pure virtual |
Implemented in Barotrauma.StripRichTagsLString, Barotrauma.UpperLString, Barotrauma.TrimLString, Barotrauma.TagLString, Barotrauma.SplitLString, Barotrauma.ServerMsgLString, Barotrauma.ReplaceLString, Barotrauma.RawLString, Barotrauma.LowerLString, Barotrauma.JoinLString, Barotrauma.InputTypeLString, Barotrauma.FormattedLString, Barotrauma.FallbackLString, Barotrauma.ConcatLString, Barotrauma.CapitalizeLString, Barotrauma.AddedPunctuationLString, Barotrauma.WrappedLString, and Barotrauma.LimitLString.
◆ Split()
IReadOnlyList<LocalizedString> Barotrauma.LocalizedString.Split |
( |
params char[] |
separators | ) |
|
◆ StartsWith() [1/2]
bool Barotrauma.LocalizedString.StartsWith |
( |
LocalizedString |
other, |
|
|
StringComparison |
comparison = StringComparison.Ordinal |
|
) |
| |
◆ StartsWith() [2/2]
bool Barotrauma.LocalizedString.StartsWith |
( |
string |
other, |
|
|
StringComparison |
comparison = StringComparison.Ordinal |
|
) |
| |
◆ ToLower()
◆ ToString()
override string Barotrauma.LocalizedString.ToString |
( |
| ) |
|
◆ ToUpper()
◆ TrimEnd()
◆ TrimStart()
◆ UpdateLanguage()
void Barotrauma.LocalizedString.UpdateLanguage |
( |
| ) |
|
|
protected |
◆ cachedValue
string Barotrauma.LocalizedString.cachedValue = "" |
|
protected |
◆ Language
◆ Length
int Barotrauma.LocalizedString.Length |
|
get |
◆ Loaded
abstract bool Barotrauma.LocalizedString.Loaded |
|
get |
◆ Value
string Barotrauma.LocalizedString.Value |
|
get |