Skip to content

function enableHud (client-side)

Available since version: 0.3.0

This function will enable or disable the Gothic HUD.

Declaration

boolean enableHud(number hud_type, boolean enabled)

Parameters

  • number hud_type: HUD type constant. For more information, see HUD Constants.
  • boolean enabled: New HUD state.

Returns boolean

True on success.