Difference between revisions of "EquipSlot Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(see also edited)
imported>Qazaaq
(category)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
<BR/>
'''Editor:''' [[Equip Slot]]


Script for the manipulation of equip slots.
Script for the manipulation of equipment slots.


== Definition ==
== Definition ==
Line 28: Line 30:
*[[OnCripple - Actor]]
*[[OnCripple - Actor]]
*[[OnPartialCripple - Actor]]
*[[OnPartialCripple - Actor]]


[[Category:Scripting]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:Character]]

Latest revision as of 02:18, 28 October 2017

Extends: Form Script
Editor: Equip Slot

Script for the manipulation of equipment slots.

Definition[edit | edit source]

Scriptname EquipSlot extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

F4SE Member Functions[edit | edit source]

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

Events[edit | edit source]

None

See Also[edit | edit source]