GetBookFlags

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.40.

Description

Returns flags bitmask of a Book. The following flags are returned:
1 - is scroll (bit 0)
2 - can't be taken (bit 1)

Syntax

[help]
(int) GetBookFlags book:baseform

Example

int iFlags = GetBookFlags MyBook 

See Also