toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-api
/
me.ahoo.wow.api.command
/
CommandResultAccessor
Command
Result
Accessor
interface
CommandResultAccessor
Members
Functions
get
Command
Result
Link copied to clipboard
abstract
fun
getCommandResult
(
)
:
Map
<
String
,
Any
>
abstract
fun
<
R
>
getCommandResult
(
key
:
String
)
:
R
?
set
Command
Result
Link copied to clipboard
abstract
fun
setCommandResult
(
key
:
String
,
value
:
Any
)