OnRenderHUD

From Onset Developer Wiki
Revision as of 08:40, 16 January 2020 by Chloe (talk | contribs)
OnRenderHUD

Type: Event
Context: Client
Introduced: v1.0

Description

This function is called every time the HUD is rendered for the player. This function can be used as a game tick event.

Syntax

OnRenderHUD()

Example

AddEvent("OnRenderHUD", function ()
    -- code
end)

See also