Documentation

Script Editor - Open Dev Kit Documentation

Open Dev Kit Documentation :: Script Editor

Open Dev Kit uses a drag-and-drop graphical scripting system, which is a form of coding where pre-written pieces of code (or “Functions”) are used to build scripts in a visually orientated way, rather than typing lines of code. For those looking for some extra control however, it is possible to also construct scripts in Lua code.

Main

Tab group containing function categories

Script

Flowchart for the current script

Function Name

Name of the function node

Function Description

Description of the function node

Node Comment

Textbox for adding comments to the node's functionality

Local Variables

List of local variables used in the script

Variables

List containing variables local to a particular script

Instances

Tab group for managing function sub-categories

Nodes

List of available functions for use in scripting

Lua

Text editor for constructing scripts in Lua code

Pop-up Context Menu

Undo
Undoes the last performed action
Redo
Redoes the last performed action
Cut
Copies the selected node(s) in the clipboard while also removing it from the script
Copy
Copies the selected node(s) in the clipboard
Paste
Places nodes stored in the clipboard
Delete
Deletes the selected node(s)

If you think anything is missing, please feel free to: submit documentation feedback on this page