• Studio

  • Studio API

  • Bots

  • Web API

  • Designer Resources

  • Host Resources

  • Globals

    UILocalizedOutlinedLabel

    Inherits from:

    Methods

    SetKey

    ClientOnly

    Sets the text of this label using a localization key.

    Parameters

    key
    string
    param1
    string
    optional

    Text to fill in for the first parameter, indicated by in the localized string.

    param2
    string
    optional

    Text to fill in for the second parameter, indicated by in the localized string.

    param3
    string
    optional

    Text to fill in for the third parameter, indicated by in the localized string.

    param4
    string
    optional

    Text to fill in for the fourth parameter, indicated by in the localized string.

    param5
    string
    optional

    Text to fill in for the fifth parameter, indicated by in the localized string.

    Returns

    void

    SetPluralText

    ClientOnly

    Parameters

    localizedString
    count
    number
    param2
    string
    optional
    param3
    string
    optional
    param4
    string
    optional
    param5
    string
    optional

    Returns

    void

    SetText

    ClientOnly

    Sets the text of this label using a LocalizedString object. You can get a LocalizedString object from the Strings table or Localization.TryGetString.

    Parameters

    localizedString
    param1
    string
    optional

    Text to fill in for the first parameter, indicated by in the localized string.

    param2
    string
    optional

    Text to fill in for the second parameter, indicated by in the localized string.

    param3
    string
    optional

    Text to fill in for the third parameter, indicated by in the localized string.

    param4
    string
    optional

    Text to fill in for the fourth parameter, indicated by in the localized string.

    param5
    string
    optional

    Text to fill in for the fifth parameter, indicated by in the localized string.

    Returns

    void

    Updated 4 days ago

    PocketWorlds Icon

    © 2025 Pocket Worlds. All rights reserved.