- Found in:
- SKSE
Description
Wiki Description
Returns the form of the item worn with the specified slotMask. (This function requires SKSE)
Documentation Comment
SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
returns the form for the item worn at the specified slotMask
use Armor.GetMaskForSlot() to generate appropriate slotMask
Parameters
intslotMask
CK Wiki Description
The slot mask of the worn item.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__slotMask
Form returnedValue = myActor__toCallFunctionOn.GetWornForm(myInt__slotMask)