[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
HudSEsp
Revision as of 16:11, 24 November 2008 by imported>Haama (Created)
A command for Pluggy.
Syntax:
(EspID:short) HudSEsp HudID:long EspID:short Global:bool
Returns or sets the EspID of the HudS.
- If EspID is not specified, it returns the EspID of the HudS.
- If EspID is specified, it sets the EspID of the HudS.
- If the HudS does not exist, the function returns -1.
- 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.