AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.tool
/
ToolInfo
Tool
Info
data
class
ToolInfo
(
val
name
:
String
,
val
description
:
String
,
val
functionNames
:
List
<
String
>
,
val
active
:
Boolean
)
(
source
)
Members
Constructors
Tool
Info
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
functionNames
:
List
<
String
>
,
active
:
Boolean
)
Properties
active
Link copied to clipboard
val
active
:
Boolean
description
Link copied to clipboard
val
description
:
String
function
Names
Link copied to clipboard
val
functionNames
:
List
<
String
>
name
Link copied to clipboard
val
name
:
String