Difference between revisions of "AutoSclHudS"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(More info)
Line 7: Line 7:
*If AutoScale is not specified, it returns the AutoScale of the HudS.
*If AutoScale is not specified, it returns the AutoScale of the HudS.
*If AutoScale is specified, it sets the AutoScale of the HudS.
*If AutoScale is specified, it sets the AutoScale of the HudS.
**If you want to modify a HudS from another mod or "0" scripts (result scripts, console), you will need to set the Global flag to 1. If Global is 0 or unset the function will fail. If the HudS is protected the function will fail.
**If you want to modify a HudS 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 HudS is protected the function will fail.


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

Revision as of 15:41, 24 November 2008

A command for Pluggy.

Syntax:

(AutoScale:bool) AutoSclHudS HudID:long AutoScale:bool Global:bool

Returns or sets the AutoScale of the HudS.

  • If AutoScale is not specified, it returns the AutoScale of the HudS.
  • If AutoScale is specified, it sets the AutoScale of the HudS.
    • If you want to modify a HudS 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 HudS is protected the function will fail.