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.args
/
ReadArgs
/
Unicode
Unicode
@
Serializable
data
class
Unicode
(
val
filePath
:
String
,
val
startChar
:
Int
=
0
,
val
maxChars
:
Int
)
:
ReadArgs
(
source
)
Members
Constructors
Unicode
Link copied to clipboard
constructor
(
filePath
:
String
,
startChar
:
Int
=
0
,
maxChars
:
Int
)
Properties
file
Path
Link copied to clipboard
val
filePath
:
String
max
Chars
Link copied to clipboard
val
maxChars
:
Int
start
Char
Link copied to clipboard
val
startChar
:
Int