Documentation
Preparing search index...
@rivetkit/engine-runner-protocol
ToServerInit
Type Alias ToServerInit
MARK: To Server
type
ToServerInit
=
{
lastCommandIdx
:
i64
|
null
;
metadata
:
Json
|
null
;
name
:
string
;
prepopulateActorNames
:
ReadonlyMap
<
string
,
ActorName
>
|
null
;
totalSlots
:
u32
;
version
:
u32
;
}
Index
Properties
last
Command
Idx
metadata
name
prepopulate
Actor
Names
total
Slots
version
Properties
Readonly
last
Command
Idx
lastCommandIdx
:
i64
|
null
Readonly
metadata
metadata
:
Json
|
null
Readonly
name
name
:
string
Readonly
prepopulate
Actor
Names
prepopulateActorNames
:
ReadonlyMap
<
string
,
ActorName
>
|
null
Readonly
total
Slots
totalSlots
:
u32
Readonly
version
version
:
u32
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
last
Command
Idx
metadata
name
prepopulate
Actor
Names
total
Slots
version
Documentation
Loading...
MARK: To Server