Difference between revisions of "Armor Script"

349 bytes added ,  11:18, 10 May 2012
m
Accidentally erased everything else
imported>Fg109
(Added SKSE Member Functions)
imported>Fg109
m (Accidentally erased everything else)
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
'''Extends:''' [[Form Script (Papyrus)]]
Script for the manipulation of armor base objects.
== Definition ==
<source lang="papyrus">
ScriptName Armor extends Form
</source>
== Properties ==
None
== Global Functions ==
None
== Member Functions ==
None
== SKSE Member Functions ==
== SKSE Member Functions ==
'''Int Function [[GetArmorRating - Armor|GetArmorRating]]()'''
'''Int Function [[GetArmorRating - Armor|GetArmorRating]]()'''
Line 104: Line 126:
'''Int Function [[GetMaskForSlot- Armor|GetMaskForSlot]](int slot)'''
'''Int Function [[GetMaskForSlot- Armor|GetMaskForSlot]](int slot)'''
*Returns the slotmask for a single slot.
*Returns the slotmask for a single slot.
== Events ==
None
Anonymous user