Skip to content
STREAMSIX Documentation
  • Dev Portal

Getting Started

  • Home
  • Requirements
  • How STREAMSIX Works
  • Setup STREAMSIX Scoped Registry
  • Getting Started
  • Getting Started - Actor
  • Getting Started - BigScreen
  • Getting Started - Client
  • Getting Started - Legacy

Authentication

  • Authentication Overview
  • Authentication

Inventory

  • Inventory Overview
  • Inventory Service
  • Inventory Usage Example
  • Inventory Client

Entity

  • Entity Manager
  • Entity Overview
  • Entity Client
  • Getting Started - Kicking/Banning Players

Leaderboard

  • Leaderboards Overview
  • Points Leaderboards
  • Leaderboard Service
  • Leaderboard Client

Gameplay

  • Actor Sdk
  • Bus Actor Client
  • Lobby Service
  • Bus Client
  • Streamsix Sdk

Game Management

  • Creating a Game
  • Managing Golang Actor
  • Managing Owners of a Game
  • Managing Third Party Integrations
  • Managing Unity / CSharp Actor

Twitch

  • Twitch Login
  • Twitch Chatbot
  • Twitch PubSub

Other

  • Glossary

Changelogs

  • Latest
  • Actor SDK
  • Auth Service
  • Authentication
  • Dev Portal
  • Entity Client
  • Entity Manager
  • Inventory Client
  • Inventory Service
  • Leaderboard Client
  • Leaderboard Service
  • License Service
  • Lobby Service
  • Social Service
  • StreamSix-Sdk
  • Token Store

Namespace STREAMSIX.Actor.Satellite

Classes

BaseSatellite

Base class for the satellite actor. Extend your satellite actor from this class.

Call Init(SatelliteReceiver) to initialize the actor.

SatelliteSender

Satellite implementation of the handler. It defines methods only available from the satellite. A game on the rmb must at least implement the Satellite handler.