Strings (functions)/Table

From PMDOWiki
Revision as of 03:25, 18 January 2026 by Imbion (talk | contribs) (Created page with "{| class="wikitable" |- ! Function !! Description |- |LocaleCode |Returns the current language setting of the game, represented by a locale code. |- |Format |Formats a string. Will unescape escaped characters and process grammar tags. Returns the formatted string. |- |FormatKey |Formats a string given a string key. Will unescape escaped characters. |- |LocalKeyString |Returns the string representing a button or key. |- |CreateList |Builds and returns a single string...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Function Description
LocaleCode Returns the current language setting of the game, represented by a locale code.
Format Formats a string. Will unescape escaped characters and process grammar tags. Returns the formatted string.
FormatKey Formats a string given a string key. Will unescape escaped characters.
LocalKeyString Returns the string representing a button or key.
CreateList Builds and returns a single string of comma separated elements.