Difference between revisions of "Book Script"

148 bytes removed ,  07:10, 2 February 2014
Reverted to List
imported>CraftySentinel
m
imported>CraftySentinel
(Reverted to List)
Line 1: Line 1:
__NOTOC__ __NOEDITSECTION__
__NOTOC__ __NOEDITSECTION__
'''Source:''' Native
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]


Line 14: Line 12:


== SKSE Member Functions ==
== SKSE Member Functions ==
{|class="wikitable" width =100%
!style="text-align:left;" width=25%|Function
!style="text-align:left;"|Description
|-
|[[GetSpell - Book|Spell '''GetSpell'''()]]
|Gets the spell associated with this book.
|-


|[[GetSkill - Book|Int '''GetSkill'''()]]
:'''Spell [[GetSpell - Book|GetSpell]]()'''
|Gets the skill associated with this book.
:*Gets the spell associated with this book.
|-


|[[IsRead - Book|Bool '''IsRead'''()]]
:'''Int [[GetSkill - Book|GetSkill]]()'''
|Returns if the player has read the book.
:*Gets the skill associated with this book.
|-


|[[IsTakeable - Book|Bool '''IsTakeable'''()]]
:'''Bool [[IsRead - Book|IsRead]]()'''
|Returns whether or not the book can be picked up.
:*Returns if the player has read the book.


|}
:'''Bool [[IsTakeable - Book|IsTakeable]]]()'''
:*Returns whether or not the book can be picked up.