146 #include <GoSdk/Tools/GoFeature.x.h>
kStatus GoFeature_ClearId(GoFeature feature)
Clears the assigned ID for the given Feature.
GoFeatureType GoFeature_TypeId(GoFeature feature)
Gets the feature type id for the given feature.
kObject GoFeature_SourceTool(GoFeature feature)
Returns the source tool of the given feature.
const kChar * GoFeature_Name(GoFeature feature)
Gets the name for the given feature.
kBool GoFeature_Enabled(GoFeature feature)
Returns a boolean value representing whether the given feature is enabled.
Lists all feature data types.
k32s GoFeature_Id(GoFeature feature)
Gets the ID for the given feature.
Essential SDK declarations.
kStatus GoFeature_SetName(GoFeature feature, const kChar *name)
Sets the name for the given feature.
const kChar * GoFeature_Type(GoFeature feature)
Gets the feature type for the given feature.
kStatus GoFeature_SetId(GoFeature feature, k32u id)
Sets an ID number for the given Feature.
Represents the base class for a tool Feature or script output.
kBool GoFeature_HasId(GoFeature feature)
Returns whether or not the given Feature has a valid ID assigned to it.
GoFeatureDataType GoFeature_DataType(GoFeature feature)
Gets the feature data type for the given feature.
kStatus GoFeature_Enable(GoFeature feature, kBool enable)
Enables the given feature for output.