space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.controller
/
TypedParameter
Typed
Parameter
common
data
class
TypedParameter
<
T
:
Any
>
(
val
name
:
String
,
val
value
:
T
?
,
val
type
:
KClass
<
T
>
,
val
ktype
:
KType
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Typed
Parameter
Link copied to clipboard
common
fun
<
T
:
Any
>
TypedParameter
(
name
:
String
,
value
:
T
?
,
type
:
KClass
<
T
>
,
ktype
:
KType
)
Content copied to clipboard
Functions
to
Json
Element
Pair
Link copied to clipboard
common
fun
toJsonElementPair
(
)
:
Pair
<
String
,
JsonElement
?
>
Content copied to clipboard
Properties
ktype
Link copied to clipboard
common
val
ktype
:
KType
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
KClass
<
T
>
Content copied to clipboard
value
Link copied to clipboard
common
val
value
:
T
?
Content copied to clipboard