space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
UseObject
Use
Object
common
@
Serializable
data
class
UseObject
(
val
name
:
String
,
val
SupportedActions
:
Int
,
val
primaryAction
:
Int
,
val
secondaryAction
:
Int
,
val
continuousUsage
:
Boolean
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Use
Object
Link copied to clipboard
common
fun
UseObject
(
name
:
String
,
SupportedActions
:
Int
,
primaryAction
:
Int
,
secondaryAction
:
Int
,
continuousUsage
:
Boolean
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
continuous
Usage
Link copied to clipboard
common
val
continuousUsage
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
primary
Action
Link copied to clipboard
common
val
primaryAction
:
Int
Content copied to clipboard
secondary
Action
Link copied to clipboard
common
val
secondaryAction
:
Int
Content copied to clipboard
Supported
Actions
Link copied to clipboard
common
val
SupportedActions
:
Int
Content copied to clipboard