![]() |
FrameworkZ 10.8.3
Provides a framework for Project Zomboid with various systems.
|
User Interfaces module. This module is used to create user interfaces for the game. More...
Public Member Functions | |
| void | AddButtonEffects (button) |
| void | CreateHugeButton (parent, x, y, text, target, onClick) |
| void | Initialize (uniqueID, userInterface) |
| void | New (uniqueID, parent) |
User Interfaces module. This module is used to create user interfaces for the game.
Definition at line 16 of file User_Interfaces.lua.
| void AddButtonEffects | ( | button | ) |
| FrameworkZ UserInterfaces __index |
Definition at line 18 of file User_Interfaces.lua.
| UI __index |
Definition at line 58 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonBackground |
Definition at line 34 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonBackgroundColor |
Definition at line 36 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonBorder |
Definition at line 38 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonBorderColor |
Definition at line 40 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonHoverBackground |
Definition at line 44 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonHoverBackgroundColor |
Definition at line 46 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonHoverBorder |
Definition at line 48 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonHoverBorderColor |
Definition at line 50 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonHoverTextColor |
Definition at line 52 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::buttonTextColor |
Definition at line 42 of file User_Interfaces.lua.
| FrameworkZ UserInterfaces ButtonTheme |
Definition at line 22 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::hugeButtonFontSize |
Definition at line 26 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::largeButtonFontSize |
Definition at line 28 of file User_Interfaces.lua.
| FrameworkZ UserInterfaces List |
Definition at line 20 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::massiveButtonFontSize |
Definition at line 24 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::mediumButtonFontSize |
Definition at line 30 of file User_Interfaces.lua.
| FrameworkZ::UserInterfaces::smallButtonFontSize |
Definition at line 32 of file User_Interfaces.lua.
| local UI |
Definition at line 56 of file User_Interfaces.lua.
Definition at line 54 of file User_Interfaces.lua.