Difference between revisions of "HudS X"
Jump to navigation
Jump to search
imported>Haama (Created) |
imported>Haama m (Not autoscale) |
||
Line 4: | Line 4: | ||
(X:float) HudS_X HudID:long ''X:float'' ''Relative:bool'' ''Global:bool'' | (X:float) HudS_X HudID:long ''X:float'' ''Relative:bool'' ''Global:bool'' | ||
Returns or sets the | Returns or sets the X-Position of the HudS. | ||
*If X-Position is not specified, it returns the X-Position of the HudS. | *If X-Position is not specified, it returns the X-Position of the HudS. | ||
*If X-Position is specified, it sets the X-Position of the HudS. | *If X-Position is specified, it sets the X-Position of the HudS. |
Revision as of 14:48, 24 November 2008
A command for Pluggy.
Syntax:
(X:float) HudS_X HudID:long X:float Relative:bool Global:bool
Returns or sets the X-Position of the HudS.
- If X-Position is not specified, it returns the X-Position of the HudS.
- If X-Position is specified, it sets the X-Position of the HudS.
- The position is the center of the image (i.e., X=0 and Y=0 and center alignment will center the image exactly, with the center of the image in the center of the screen).
- The scale is a pixel - for a 1600x1200 resolution there are 1600 units for the X-axis and 1200 for the Y-axis.
- The location is relative to the alignment. For instance, for a 1600x1200 resolution a center alignment would have coordinates from -800 to 800 (X) and -600 to 600 (Y) and a top-left alignment would have coordinates from 0 to 1600 (X) and 0 to 1200 (Y).
- If Relative is set to non-0, the location will be relative to the image's location instead of its alignment.
- 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.