pda
jvm
core
/
net.artux.pda.map.utils
/
PlatformInterface
Platform
Interface
interface
PlatformInterface
Members
Functions
apply
Actions
Link copied to clipboard
abstract
fun
applyActions
(
actions
:
Map
<
String
,
List
<
String
>
>
)
exit
Link copied to clipboard
abstract
fun
exit
(
)
put
Object
To
Lua
Context
Link copied to clipboard
abstract
fun
putObjectToLuaContext
(
key
:
String
,
value
:
Any
)
restart
Link copied to clipboard
abstract
fun
restart
(
)
send
Link copied to clipboard
abstract
fun
send
(
data
:
Map
<
String
,
String
>
)