Difference between revisions of "DelAllHudSs"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Low Post
m (Syntax examples missed an s at the end of the command.)
 
Line 4: Line 4:


For HudS (Surface/Image)
For HudS (Surface/Image)
  DelAllHudS ''EspID:short''
  DelAllHudSs ''EspID:short''
For HudT (Surface/Image)
For HudT (Surface/Image)
  DelAllHudT ''EspID:short''
  DelAllHudTs ''EspID:short''


Deletes all Huds associated with the specified EspID.
Deletes all Huds associated with the specified EspID.

Latest revision as of 10:18, 31 July 2009

A command for Pluggy.

Syntax:

For HudS (Surface/Image)

DelAllHudSs EspID:short

For HudT (Surface/Image)

DelAllHudTs EspID:short

Deletes all Huds associated with the specified EspID.

  • If EspID is not specified, it is automatically associated to the calling Esp.
  • This function should be used with care. In most cases DelHudS/DelHudT should be used to delete Huds that are no longer needed.