Console Variables Editor

Console Variables Editor

Choose your operating system:

Windows

macOS

Linux

On this page

Actions

Add Validated Command to Current Preset

  • Adds a validated command to the current preset with its current value.

Target is Console Variables Editor Function Library

Copy Current List to Asset

  • Saves the current list in the Console Variables Editor to the given asset.

Target is Console Variables Editor Function Library

Get Console Variable Source by Name

Set a console variable value directly. Returns true if the console object exists.

Target is Console Variables Editor Function Library

Get Console Variable String Value

Get a console variable's string value directly. Returns true if the console object exists.

Target is Console Variables Editor Function Library

Get Currently Loaded Preset

Return the currently loaded list of variables in the Console Variables Editor.

Target is Console Variables Editor Function Library

Get Enable Multi User CVar Sync

Return whether the Multi-user sync setting for the current instance of the editor is enabled.

Target is Console Variables Editor Function Library

Get List Of Commands from Preset

Return an array of strings containing the command names for each command found in the given preset.

Target is Console Variables Editor Function Library

Get Variable Collection Description

Get Variable Collection Description

Target is Console Variables Asset

Load Preset Into Console Variables Editor

Loads the given asset in the Console Variables Editor and sets all its variable values.

Target is Console Variables Editor Function Library

Remove Command from Current Preset

  • Removes a command from the current preset if it exists in the saved data.

Target is Console Variables Editor Function Library

Set Console Variable By Name (Bool)

Set a console variable value directly. Returns true if the console object exists.

Target is Console Variables Editor Function Library

Set Console Variable By Name (Float)

Set a console variable value directly. Returns true if the console object exists.

Target is Console Variables Editor Function Library

Set Console Variable By Name (Int)

Set a console variable value directly. Returns true if the console object exists.

Target is Console Variables Editor Function Library

Set Console Variable By Name (String)

Set a console variable value directly. Returns true if the console object exists.

Target is Console Variables Editor Function Library

Set Enable Multi User CVar Sync

Enable or disable the Multi-user sync setting for the current instance of the editor.

Target is Console Variables Editor Function Library

Set Variable Collection Description

Sets a description for this variable collection.

Target is Console Variables Asset