Show / Hide Table of Contents

Class Table

Defines a scoreboard table.

Inheritance
System.Object
Table
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GameJolt.Objects
Assembly: GameJolt.dll
Syntax
public sealed class Table

Properties

| Improve this Doc View Source

Description

The developer-defined description of the score table.

Declaration
public string Description { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Id

The Id of the score table.

Declaration
public int Id { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Name

The developer-defined name of the score table.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Primary

Whether or not this is the default score table. Scores are submitted to the primary table by default.

Declaration
public bool Primary { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX