IsTakeable - Book
Jump to navigation
Jump to search
SKSE Member of: Book Script
Returns whether the book is takeable.
Syntax[edit | edit source]
Bool Function IsTakeable() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns whether the book can be taken.
Examples[edit | edit source]
If BookProperty.IsTakeable()
Debug.Trace("The book cannot be taken.")
EndIf