The account service used by this runtime.
The last arguments which were passed to this runtime.
Note that this may be undefined
, and it may also contain arguments which
were not passed by the user (such as the update
and plugin-path
args).
The build version to use when creating new clients.
The clients which are managed by this runtime.
The environment of this runtime.
The library manager used by this runtime.
A WriteStream which is used for the log file.
A bidirectional map of packet ids.
The resource manager used by this runtime.
The updater used by this runtime.
Creates a log file for this runtime.
Gets a copy of the clients in this runtime. Modifying this list will not affect the runtime.
Removes the client with the given guid
from this runtime.
The guid of the client to remove.
Starts this runtime.
The arguments to start the runtime with.
Updates the build version stored in the versions.json file.
The new build version to store.
Generated using TypeDoc
The runtime manages clients, resources, plugins and any other services which are used by an nrelay project.