Module CorsixTH.CorsixTH.Lua.dialogs.information
Dialog that informs the player of for example what the goals for the level are.
Functions
| UIInformation:UIInformation (ui, text, use_built_in_font) | Constructor for the Information Dialog. |
Functions
- UIInformation:UIInformation (ui, text, use_built_in_font)
-
Constructor for the Information Dialog.
Parameters:
- ui The UI class of the app
- text The text to show, held in a table. All elements of the table will be written beneath each other. If instead a table within the table is supplied the texts will be shown in consecutive dialogs.
- use_built_in_font Whether the built-in font should be used to make sure that the given message can be read without distortions.