15 #include <GoSdk/Tools/GoProfileTools.h>
16 #include <GoSdk/Tools/GoRangeTools.h>
167 #include <GoSdk/Tools/GoTools.x.h>
kSize GoScript_OutputCount(GoScript tool)
Returns the count of script tool outputs.
Represents the base class for a tool measurement or script output.
Definition: GoMeasurement.h:15
kStatus GoScript_AddOutput(GoScript tool, k32u id)
Adds a script output.
kStatus GoScript_RemoveOutput(GoScript tool, k32u id)
Removes a script output with the specific ID.
kStatus GoScript_Code(GoScript tool, kChar **code)
Gets the code for the script.
Represents a script output for a Script Tool.
Essential SDK declarations.
Represents a script tool.
kBeginHeader() kStatus GoSdk_Construct(kAssembly *assembly)
Constructs the Gocator SDK library.
kStatus GoScript_SetCode(GoScript tool, kChar *code)
Sets the code for the script.
GoScriptOutput GoScript_OutputAt(GoScript tool, kSize index)
Returns a handle to a script output at the given index.