![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
VGUI: Popups.
Creates a variety of popup windows.
Public Member Functions | |
| nonvirtual vguiWindow | NewAlertPanel (string windowTitle, string windowText) |
| nonvirtual vguiWindow | NewChoice (string windowTitle, string windowText, string yesText, void(void) yesFunc, string noText, void(void) noFunc) |
| vguiWindow vguiPopups::NewAlertPanel | ( | string | windowTitle, |
| string | windowText | ||
| ) |
| vguiWindow vguiPopups::NewChoice | ( | string | windowTitle, |
| string | windowText, | ||
| string | yesText, | ||
| void(void) | yesFunc, | ||
| string | noText, | ||
| void(void) | noFunc | ||
| ) |