SetBookFlags

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.40.

Description

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

Syntax

[help]
(int) SetBookFlags book:baseform flags:int

Example

SetBookFlags MyBook 3 

See Also