Romestead Assembly Reference

Shared.Steam.SteamManager

Type JSON

public class in Shared.Steam

Methods5
Properties0
Fields4
Events1
Type metadata
  • AssemblyShared
  • NamespaceShared.Steam
  • Base typeSystem.Object
  • Hash25CF794F82F86D161BF997ED625B076C13FF6FC00876C1E2FDE7AA54362A523E

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
GameServerInitializedpublicpublic System.Boolean GameServerInitialized
Initializedpublicpublic System.Boolean Initialized
OnNeedsToExitprivateprivate System.Action OnNeedsToExit
UserSteamIdpublicpublic Steamworks.CSteamID UserSteamId

Events

NameVisibilitySignature
OnNeedsToExitpublicpublic System.Action OnNeedsToExit

Methods

Init

public System.Void Init()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash65F13C558B06E5A679B5D1E2834122C7E4D265CA6574BC0282763FAD9997F5ED
  • Body hashA6E63785BAD9287E806712BA38F039D3B7240C85220C293E1812DAA6FAF354B0
  • IL size198
Referenced calls
  • Steamworks.Packsize::Test()
  • CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)
  • Steamworks.DllCheck::Test()
  • Steamworks.AppId_t::.ctor(System.UInt32)
  • Steamworks.SteamAPI::RestartAppIfNecessary(Steamworks.AppId_t)
  • System.Action::Invoke()
  • Steamworks.SteamAPI::Init()
  • CandideCreator.Shared.Helpers.DebugHelper::PrintAndConsole(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()
  • Steamworks.SteamUser::GetSteamID()
Called by
String literals
  • [Steamworks.NET] Packsize Test returned false, the wrong version of Steamworks.NET is being run in this platform.
  • [Steamworks.NET] DllCheck Test returned false, One or more of the Steamworks binaries seems to be the wrong version.
  • Failed to initialize Steamworks API
  • Initialized Steamworks API
  • [Steamworks.NET] Could not load [lib]steam_api.dll/so/dylib. It's likely not in the correct location. Refer to the READM

OnShutdown

public System.Void OnShutdown()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash098B276E5FD0FDE5E5FA90D596E46C3975FD804E7A28558754B32DC723348AFC
  • Body hash44158454B456C02E426E49AF1B41318E3202F15ADE74594A3DD178646A60B2B7
  • IL size20
Referenced calls
  • Steamworks.SteamAPI::Shutdown()

SteamApiDebugTextHook

private System.Void SteamApiDebugTextHook(System.Int32 nSeverity, System.Text.StringBuilder pchDebugText)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash20E1086F648EF7E0166FBBBAD481E11CA8BFDBDEA8E6CA57739D84970AE54670
  • Body hashB7E7EE15CD8894CD03EDA65CFCD27DB2AEAC117E4CAD02EC157CD2D4E471FD76
  • IL size12
Referenced calls

Update

public System.Void Update()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash1DA030CE21B335B64DE2105E98D13BFCF37CC757A17E9C200E1632F6C9CBD6A5
  • Body hashA00430485D23B538870885F0F2A5E9B56936EF4A64A45308D5C13FA3E8E8AF03
  • IL size14
Referenced calls
  • Steamworks.SteamAPI::RunCallbacks()
Called by

UpdateGameServer

public System.Void UpdateGameServer()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash4897D32682F9F808CED1FDE7133010FA5F15F62083031EB4629B82D8E126E92F
  • Body hash9E299A63BB83E21CD24EF6A57BCC3603A9B765CD233A858B334D625B0B491954
  • IL size26
Referenced calls
  • Steamworks.SteamAPI::RunCallbacks()
  • Steamworks.GameServer::RunCallbacks()
Called by