Difference between revisions of "Book Script"

12 bytes added ,  01:57, 5 September 2014
m
typo
imported>Bot Owned
(Added SKSE Member Function IsRead() .)
imported>Egocarib
m (typo)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Scripting]]
__NOTOC__ __NOEDITSECTION__
[[Category:Papyrus]]
'''Extends:''' [[Form Script]]
[[Category:Script Objects]]
[[Category:SKSE]]
[[Category:SKSE Script Objects]]


'''Extends:''' [[Form Script]]


Script for the manipulation of book base objects.
Script for the manipulation of book base objects.
Line 11: Line 7:
== Definition ==
== Definition ==
<source lang="papyrus">
<source lang="papyrus">
ScriptName Book extends Form
ScriptName Book extends Form Hidden
</source>
</source>


== Properties ==
None


== Global Functions ==
== SKSE Member Functions ==
None


== Member Functions ==
:'''Spell [[GetSpell - Book|GetSpell]]()'''
None
:*Gets the spell associated with this book.


== SKSE Member Functions ==
:'''Int [[GetSkill - Book|GetSkill]]()'''
'''Spell Function [[GetSpell - Book|GetSpell]]()'''
:*Gets the skill associated with this book.
*Returns the spell associated with this book.
 
:'''Bool [[IsRead - Book|IsRead]]()'''
:*Returns if the player has read the book.


'''Int Function [[GetSkill - Book|GetSkill]]()'''
:'''Bool [[IsTakeable - Book|IsTakeable]]()'''
*Returns the Skill associated with this book.
:*Returns whether or not the book can be picked up.


'''bool Function [[IsRead - Book|IsRead]]()'''
*Returns if the player has read the book.


== Events ==
[[Category:Scripting]]
None
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:SKSE]]
[[Category:SKSE Script Objects]]
Anonymous user