space_ex v0.1.1 SpaceEx.KRPC
Main kRPC service, used by clients to interact with basic server functionality.
Link to this section Summary
Functions
Create an event from a server side expression
Add a streaming request and return its identifier
Returns the identifier for the current client
Returns the name of the current client
A list of RPC clients that are currently connected to the server
Get the current game scene
Whether the game is paused
Returns information on all services, procedures, classes, properties etc
Returns some information about the server, such as the version
Remove a streaming request
Whether the game is paused
Set the update rate for a stream in Hz
Start a previously added streaming request
Link to this section Functions
Create an event from a server side expression.
Add a streaming request and return its identifier.
Returns the identifier for the current client.
Returns the name of the current client.
This is an empty string if the client has no name.
A list of RPC clients that are currently connected to the server.
Each entry in the list is a clients identifier, name and address.
Get the current game scene.
Whether the game is paused.
Returns information on all services, procedures, classes, properties etc.
provided by the server. Can be used by client libraries to automatically create functionality such as stubs.
Returns some information about the server, such as the version.
Remove a streaming request.
Whether the game is paused.
Set the update rate for a stream in Hz.
Start a previously added streaming request.