- Found in:
- SKSE
Description
Wiki Description
Returns whether the book is takeable.
Caveats
Examples
If BookProperty.IsTakeable()
Debug.Trace("The book cannot be taken.")
EndIfAuto-Generated Example
bool returnedValue = myBook__toCallFunctionOn.IsTakeable()