Difference between revisions of "DelHudS"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(Combined HudT function)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
For HudS (Surface/Image)
  DelHudS HudID:long ''Global:bool''
  DelHudS HudID:long ''Global:bool''
For HudT (Surface/Image)
DelHudT HudID:long ''Global:bool''


Destroys the Hud Surface.
Destroys the Hud.
*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.




[[Category: Functions (Pluggy)]]
[[Category: Functions (Pluggy)]]
[[Category: Hud Functions (Pluggy)]]
[[Category: Hud Functions (Pluggy)]]

Latest revision as of 17:58, 24 November 2008

A command for Pluggy.

Syntax:

For HudS (Surface/Image)

DelHudS HudID:long Global:bool

For HudT (Surface/Image)

DelHudT HudID:long Global:bool

Destroys the Hud.

  • 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.