space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
Toolbar
Toolbar
common
@
Serializable
data
class
Toolbar
(
val
items
:
List
<
ToolbarItem
?
>
,
val
slotCount
:
Int
,
val
pageCount
:
Int
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Toolbar
Link copied to clipboard
common
fun
Toolbar
(
items
:
List
<
ToolbarItem
?
>
,
slotCount
:
Int
,
pageCount
:
Int
)
Content copied to clipboard
Functions
find
Location
Link copied to clipboard
common
fun
findLocation
(
blockType
:
String
)
:
ToolbarLocation
?
Content copied to clipboard
fun
findLocation
(
definitionId
:
DefinitionId
)
:
ToolbarLocation
?
Content copied to clipboard
get
Link copied to clipboard
common
operator
fun
get
(
location
:
ToolbarLocation
)
:
ToolbarItem
?
Content copied to clipboard
Properties
items
Link copied to clipboard
common
val
items
:
List
<
ToolbarItem
?
>
Content copied to clipboard
page
Count
Link copied to clipboard
common
val
pageCount
:
Int
Content copied to clipboard
slot
Count
Link copied to clipboard
common
val
slotCount
:
Int
Content copied to clipboard