Difference between revisions of "AutoSclHudS"
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) | |||
(AutoScale:bool) AutoSclHudS HudID:long ''AutoScale:bool'' ''Global:bool'' | (AutoScale:bool) AutoSclHudS HudID:long ''AutoScale:bool'' ''Global:bool'' | ||
For HudT (Text) | |||
(AutoScale:bool) AutoSclHudT HudID:long ''AutoScale:bool'' ''Global:bool'' | |||
Returns or sets the AutoScale of the | Returns or sets the AutoScale of the Hud. | ||
*If AutoScale is not specified, it returns the AutoScale of the | *If AutoScale is not specified, it returns the AutoScale of the Hud. | ||
*If AutoScale is specified, it sets the AutoScale of the | *If AutoScale is specified, it sets the AutoScale of 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. | |||
*If the Hud does not exist, it returns -1. | |||
[[Category: Functions (Pluggy)]] | [[Category: Functions (Pluggy)]] | ||
[[Category: Hud Functions (Pluggy)]] | [[Category: Hud Functions (Pluggy)]] |
Latest revision as of 17:48, 24 November 2008
A command for Pluggy.
Syntax:
For HudS (Surface/Image)
(AutoScale:bool) AutoSclHudS HudID:long AutoScale:bool Global:bool
For HudT (Text)
(AutoScale:bool) AutoSclHudT HudID:long AutoScale:bool Global:bool
Returns or sets the AutoScale of the Hud.
- If AutoScale is not specified, it returns the AutoScale of the Hud.
- If AutoScale is specified, it sets the AutoScale of 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.
- If the Hud does not exist, it returns -1.