Difference between revisions of "Armor Script"
Jump to navigation
Jump to search
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 |