Difference between revisions of "GetWornForm - Actor"
Jump to navigation
Jump to search
imported>Fg109 (Created page for GetWornForm) |
imported>Moorleiche2k (→Notes:) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 10:40, 16 June 2012
SKSE Member of: Actor Script
Returns the form of the item worn with the specified slotMask. (This function requires SKSE)
Syntax[edit | edit source]
Form Function GetWornForm(int slotMask) native
Parameters[edit | edit source]
- slotMask: The slot mask of the worn item.
Return Value[edit | edit source]
- The form of the equipped item with the specified slot mask.
Examples[edit | edit source]
; Obtain the player's currently equipped cuirass
Armor Cuirass = Game.GetPlayer().GetWornForm(0x00000004) as Armor