HudSEsp

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for Pluggy.

Syntax:

For HudS (Surface/Image)

(EspID:short) HudSEsp HudID:long EspID:short Global:bool

For HudT (Text)

(EspID:short) HudTEsp HudID:long EspID:short Global:bool

Returns or sets the EspID of the Hud.

  • If EspID is not specified, it returns the EspID of the Hud.
  • If EspID is specified, it sets the EspID of the Hud.
    • If the Hud does not exist, the function returns -1.
    • 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.