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.Mothership

Classes

BaseMothership

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

Call Init(MothershipReceiver) to initialize the actor.

MothershipSender

The mothership's implementation of the handler. Not all games use this but it could be useful to offload some centralized processing.