Background for Skyrim SE
Member of the Book script
boolfunctionIsTakeable()Native

Description

Wiki Description

Returns whether the book is takeable.


Caveats


Examples

If BookProperty.IsTakeable()
    Debug.Trace("The book cannot be taken.")
EndIf

Auto-Generated Example

bool returnedValue = myBook__toCallFunctionOn.IsTakeable()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.