Hooks
Hooks provided by the Development HUD module for customizing development information display.
Overview
The Development HUD module adds a staff-only development hud, font customization via devhudfont, a requirement for the cami privilege, real-time server performance metrics, and a toggle command to show or hide the hud.. It provides comprehensive hook integration for customizing customizing development information display and extending functionality.
DevelopmentHUDPaint
đ Purpose
Called after the development HUD has been painted, allowing additional custom drawing.
â° When Called
After all standard development HUD elements have been drawn.
âī¸ Parameters
| Parameter | Type | Description |
|---|---|---|
client |
Player | The local player viewing the HUD |
âŠī¸ Returns
nil
đ Realm
Client
Overview
The Development HUD module adds a staff-only development hud, font customization via devhudfont, a requirement for the cami privilege, real-time server performance metrics, and a toggle command to show or hide the hud.. It provides comprehensive hook integration for customizing customizing development information display and extending functionality.
DevelopmentHUDPrePaint
đ Purpose
Called before the development HUD is painted, allowing modification of display settings.
â° When Called
Before any development HUD elements are drawn.
âī¸ Parameters
| Parameter | Type | Description |
|---|---|---|
client |
Player | The local player viewing the HUD |
âŠī¸ Returns
nil
đ Realm
Client