EquipSlot Script

From the Fallout4 CreationKit Wiki
Revision as of 00:31, 22 October 2017 by imported>ShadeMe (Created page with "'''Extends:''' Form Script Script for the manipulation of equip slots. == Definition == <source lang="papyrus"> Scriptname EquipSlot extends Form Native Hidden </source>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extends: Form Script

Script for the manipulation of equip slots.

Definition

Scriptname EquipSlot extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

None

F4SE Member Functions

  • EquipSlot[] Function GetParents()
    • Gets the parents of this equip slot.

Events

None

See Also