This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

HudT Weight

From the Oblivion ConstructionSet Wiki
Revision as of 20:42, 24 November 2008 by imported>Haama (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Pluggy.

Syntax:

(X:float) HudT_Weight HudID:long Layer:long Relative:bool Global:bool

Returns or sets the Weight or Boldness of the Hud's text. 0 = none, else must be between 1 and 1000.

  • If Weight is not specified, it returns the Weight of the Hud.
  • If Weight is specified, it sets the Weight of the Hud.
      • If Relative is set to non-0, the Weight will be relative to the Hud's current Weight.
  • If you want to modify a Hud from another mod or "0" scripts (result scripts, console, batch scripts), you will need to set the Global flag to 1. If Global is 0 or unset the function will fail. If the Hud is protected the function will fail.

Notes[edit | edit source]

  • Due to limitations of the Wiki software, the title of this article, and links to it, cannot display it correctly - there is an underscore (_) in the function's name.