Skip to content

Function: get_hud()

ts
function get_hud(this: void): CUIGameCustom;

Get the current game HUD UI.

Parameters

ParameterType
thisvoid

Returns

CUIGameCustom

Current HUD UI controller.

Remarks

The binding returns CurrentGameUI(). Call it only while a level HUD exists.