SetLevelUpMenuCanExitEarly

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.25.

Description

If passing 1 to the function, the level up menu can be exited early without requiring all points in the current page to be allotted.

Returns 1 for success (level up menu was open), 0 otherwise.

NOTE: Trying to revert the change by calling this function with canExitEarly = 0 does not currently work, though this usually isn't desired anyways.

This function can only be used in a script, not as a Condition.

Syntax

[help]
(bSuccess:1/0) SetLevelUpMenuCanExitEarly canExitEarly:int(1/0)