Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 626 Bytes

File metadata and controls

29 lines (22 loc) · 626 Bytes

vstEnableMode

Description

Enables or disables the specified mode. Modes are numbered starting from 1 in the order they were added into the mode bar. Passing enable as false disables the mode; true enables it.

PROCEDURE vstEnableMode(
				inModeNumber : INTEGER;
				inEnable     : BOOLEAN);
def vs.vstEnableMode(inModeNumber, inEnable):
    return None

Parameters

Name Type Description
inModeNumber INTEGER
inEnable BOOLEAN

Version

Availability: from All Versions

This is drop-in function.

Category