Skip to content

function setBarSize (client-side)

Available since version: 0.3.0

This function will set a Gothic HUD status bar size in virtual coordinates.

Declaration

boolean setBarSize(number hud_type, number width, number height)

Parameters

  • number hud_type: Status bar HUD type constant. For more information, see HUD Constants.
  • number width: Width.
  • number height: Height.

Returns boolean

True on success.