Difference between revisions of "PRINT HELP"
Jump to navigation
Jump to search
(Function description and usage) |
m (The "second param." part refered to PRINT_HELP_WITH_STRING, I mixed them up) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
== Description == | == Description == | ||
− | This function prints an entry from a GTX table in a ''help box'' (black rectangle at the top right corner of the screen). Before calling this function you must load its corresponding table using [[LOAD_ADDITIONAL_TEXT]] | + | This function prints an entry from a GTX table in a ''help box'' (black rectangle at the top right corner of the screen) that disappears shortly. If you want to manage the time it takes for it to disappear you should use [[PRINT_HELP_FOREVER]]. Before calling this function you must load its corresponding table using [[LOAD_ADDITIONAL_TEXT]]. |
Latest revision as of 19:08, 9 January 2015
Number of parameters: 1 | ||
---|---|---|
Parameter # | Type | Description |
1. | char pointer | the name of an entry in a GXT table |
Return value: | ||
Type | Description | |
None |
Description
This function prints an entry from a GTX table in a help box (black rectangle at the top right corner of the screen) that disappears shortly. If you want to manage the time it takes for it to disappear you should use PRINT_HELP_FOREVER. Before calling this function you must load its corresponding table using LOAD_ADDITIONAL_TEXT.