Show / Hide Table of Contents

Struct ArcadeSystem.HighScorePlacement

Namespace: Content.Server.Arcade
Assembly: Content.Server.dll
Syntax
public struct HighScorePlacement

Constructors

| Improve this Doc View Source

HighScorePlacement(Nullable<Int32>, Nullable<Int32>)

Declaration
public HighScorePlacement(int? globalPlacement, int? localPlacement)
Parameters
Type Name Description
System.Nullable<System.Int32> globalPlacement
System.Nullable<System.Int32> localPlacement

Fields

| Improve this Doc View Source

GlobalPlacement

Declaration
public readonly int? GlobalPlacement
Field Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

LocalPlacement

Declaration
public readonly int? LocalPlacement
Field Value
Type Description
System.Nullable<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾