Core Systems
File loading, colors, fonts, materials, and scaling
File Loading System
# File Loading System cLib provides a smart file loading system that automatically handles client/server file inclusion based on file prefixes. ## F...
Color System
# Color System Centralized color management for consistent theming across your addon. ## cLib.AddColor Register a color with a unique identifier. ...
Font System
# Font System Create resolution-aware fonts that scale properly on all screen sizes. ## cLib.CreateFont ```lua cLib.CreateFont(fontID, fontName, si...
Material System
# Material System Cache and manage materials efficiently. ## cLib.AddMaterial Register a material for caching. ```lua cLib.AddMaterial(matID, path...
Scaling System
# Scaling System Make your UI responsive across all screen resolutions. ## cLib.Scale Scales a pixel value based on current screen resolution, usin...