toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.template
/
KorteFunction
Korte
Function
data
class
KorteFunction
(
val
name
:
String
,
val
eval
:
suspend
KorteTemplate.EvalContext
.
(
args
:
List
<
Any
?
>
)
->
Any
?
)
Members
Constructors
Korte
Function
Link copied to clipboard
constructor
(
name
:
String
,
eval
:
suspend
KorteTemplate.EvalContext
.
(
args
:
List
<
Any
?
>
)
->
Any
?
)
Properties
eval
Link copied to clipboard
val
eval
:
suspend
KorteTemplate.EvalContext
.
(
args
:
List
<
Any
?
>
)
->
Any
?
name
Link copied to clipboard
val
name
:
String
Functions
eval
Link copied to clipboard
suspend
fun
eval
(
args
:
List
<
Any
?
>
,
context
:
KorteTemplate.EvalContext
)
:
Any
?