HudSInfo

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for Pluggy.

Syntax:

(Info) HudSInfo HudSID:long InfoType:short

Returns information about the HudS.

InfoType codes
  0: Native Image Width
  1: Native Image Height
  2: Scaled Image Width
  3: Scaled Image Height
  4: Show State
  5: Native X
  6: Native Y
  7: L
  8: Aligned X
  9: Aligned Y
  10: Scale X
  11: Scale Y
  12: Opacity%
  13: Align
  14: AutoScale state
  15: EspID
  16: Protected State

Notes[edit | edit source]

Show Codes
Add for combinations; i.e., GameMode+MenuMode is 11 (1 + 2 + 8)
  0:    Hidden
  1:    GameMode only (all menus closed, console closed)
  2:    MenuMode only (a menu open, console closed)
  4:    Console only (from GameMode or MenuMode)
  8:    Disable the "only" behaviour - this is necessary for any combination of GameMode, MenuMode, and console
  16:   Always display under Oblivion menus and huds (i.e., compass)
Alignment Codes
Add for combinations; i.e., Top-left would be 5, Center would be 15.
  1:    Left
  2:    Right
  4:    Top
  8:    Bottom