Documentation

API Node Type - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: API Node Type

Root.APINodeType
Types of API nodes

Constants

Namespace (`namespace`)
Namespace in the API, used for organizing and scoping
Class (`class`)
Class in the API, used for defining objects
Variable (`property`)
Property or variable in the API, holding data or a state
Function (`function`)
Function in the API, defining a sequence of commands that can be executed whenever called
Event (`event`)
Event in the API, signaling scripts that activate under certain conditions
Function Parameter (`arg`)
Parameter of a function in the API, defining inputs
Enumeration (`enum`)
Enumeration in the API, defining a list of named values
Flags (`flags`)
Flags in the API, typically used for boolean (true or false) operations
Enumeration/Flag Constant (`const`)
Constant in an enumeration or flags, providing a list named values

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