IsRead - Book

From the CreationKit Wiki
Revision as of 03:06, 1 June 2013 by imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Book Script Returns if the player has read the book or not. == Syntax == <source lang...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: Book Script

Returns if the player has read the book or not.

Syntax[edit | edit source]

Bool Function IsRead() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

Returns whether the player has read the book.

Examples[edit | edit source]

If BookProperty.IsRead()
    Debug.Trace("The Player has read this book.")
EndIf

See Also[edit | edit source]