Skip to content

Nks

Documentation for std-library/nodes/components/nks.ksp

Import

import "_IVLS/std-library/nodes/components/nks.ksp"

Node: Stl.NKS

Uses: Init

API

Nodes

Name Description
node Stl.NKS NKS integration node providing automation registration helpers.

Functions

Name Description
nks.make_auto(name, shortname, id, ui_id) Registers a UI control for NKS automation with the given identifiers and names.

Stl.NKS

node Stl.NKS

Callbacks: Init

NKS integration node providing automation registration helpers.


nks.make_auto(name, shortname, id, ui_id)

Registers a UI control for NKS automation with the given identifiers and names.

Parameter Type Description
name string full display name for the automation parameter
shortname string abbreviated display name shown in compact NKS views
id integer unique automation ID assigned to this parameter
ui_id integer the UI control to register for automation

Example

// TODO: Add usage example

See Also