Header
Signature
Description
Changes the text in the top right corner of a dialog.
Arguments
Type
The are a total of 8 types (0 -> 7) which control how the identifier argument is processed.
If its higher than 0, e.g. 1 (common), the identifier value will be directly used. If its 0 (very rare), the identifier value will be used as a reference to a list that holds the real value.
This argument is optional, and will equal the value 1
if non-existent.
Identifier
The identifier of the header text.
If the type is higher than 0, the number range is -128 -> 127. If its 0, the number range is 0 -> 127.
Here is a list of all identifiers and their text.
0
None
Displays no text.
1
Next
Displays "Next".
2
Close
Displays "Close".
3
Confirm
Displays "Confirm".
4
Log & Next
Displays "Log & Next".
5
Log & Close
Displays "Log & Close".
6
Log & Confirm
Displays "Log & Confirm".
Notes
Last updated