|
hpl3:game:scripting:user_modules:hint [2015/09/16 11:17] ian.thomas created |
hpl3:game:scripting:user_modules:hint [2015/09/16 14:11] (current) ian.thomas |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| **Helper function prefix:** Hint_ | **Helper function prefix:** Hint_ | ||
| - | This module handles the textual hints (with embedded button symbols) that pop up at the top of the screen. | + | This module handles the textual hints (with embedded button symbols) that pop up at the top of the screen. You can embed button or keyboard symbols in the hints - see the Hints section in english.lang for details. |
| + | |||
| + | ===== Important Functions ===== | ||
| + | ==== Hint_ShowHint ==== | ||
| + | Shows a hint. | ||
| + | ==== Hint_ShowHint_Hold ==== | ||
| + | Maintains a hint on the screen until Hint_Release is called. | ||
| + | ==== Hint_Release ==== | ||
| + | Closes a held hint | ||