-
Notifications
You must be signed in to change notification settings - Fork 6
ShowCustomUiElement
nyfrk edited this page Aug 22, 2020
·
1 revision
This method will unhide a custom UI element that has been created by ISettlers4Api::CreateCustomUiElement or ISettlers4Api::ShowMessageBox.
BOOL ISettlers4Api::ShowCustomUiElement(
S4CUSTOMUI handle
);handle
A handle to a custom UI handle. This is the return value of ISettlers4Api::CreateCustomUiElement or ISettlers4Api::ShowMessageBox.
This method will return TRUE if the operation was successful. Otherwise it will return FALSE.
Use ISettlers4Api::HideCustomUiElement to make a custom UI element invisible.
| Minimum API Level | 1 |
| Target Edition | Any |
| Header | S4ModApi.h |
| Library | S4ModApi.lib |
| DLL | S4ModApi.dll |
ISettlers4Api::HideCustomUiElement