Skip to main content
The MessageData class represents a localized text message entry in the level data system. Messages are named text resources that can be translated into multiple languages. You access existing messages via LevelData.getMessage(name).

Properties

Methods

GetText

Returns the text for a specific language.

GetAvailableLanguages

Returns a table of all languages that have text set for this message.

Usage Example

Read a message and display it:
Check available languages: