Show / Hide Table of Contents

Class ArcadeSystem

Inheritance
System.Object
ArcadeSystem
Namespace: Content.Server.Arcade
Assembly: Content.Server.dll
Syntax
public sealed class ArcadeSystem : EntitySystem

Methods

| Improve this Doc View Source

GetGlobalHighscores()

Declaration
public List<BlockGameMessages.HighScoreEntry> GetGlobalHighscores()
Returns
Type Description
List<BlockGameMessages.HighScoreEntry>
| Improve this Doc View Source

GetLocalHighscores()

Declaration
public List<BlockGameMessages.HighScoreEntry> GetLocalHighscores()
Returns
Type Description
List<BlockGameMessages.HighScoreEntry>
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

RegisterHighScore(String, Int32)

Declaration
public ArcadeSystem.HighScorePlacement RegisterHighScore(string name, int score)
Parameters
Type Name Description
System.String name
System.Int32 score
Returns
Type Description
ArcadeSystem.HighScorePlacement
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾