OnClientHUDRender

From Multi Theft Auto: Wiki
Revision as of 10:28, 1 August 2011 by Snert (talk | contribs) (Created page with "__NOTOC__ {{Client event}} This event is triggered before GTA renders the HUD. This is particularly useful if you want to use dxUpdateScreenSource to capture the screen onto...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This event is triggered before GTA renders the HUD. This is particularly useful if you want to use dxUpdateScreenSource to capture the screen onto a texture without capturing the HUD, or to alter HUD textures using shaders before they are drawn onto the screen.

Parameters

None

Source

The source of this event is the client's root element.

Example

-- TODO

See Also

Other client events


Client event functions