Skip to content

Debug.ShowHint

Source Code | Debug Functions

In puzzles, displays a message on the screen.

Signature

Debug.ShowHint(string message) → nil

lua
Debug.ShowHint(message)

Parameters

  • string message

    A string that will be shown to the user as a hint message.