Skip to content

Signals - Networking Utilities

These callbacks require you to run Steam.run_callbacks() in your _process() function to receive them.


relay_network_status

relay_network_status

A struct used to describe our readiness to use the relay network.

Returns:

  • available (int)
  • ping_measurement (int)
  • available_config (int)
  • available_relay (int)
  • debug_message (string)

Read more in the official Steamworks SDK documentation