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 SourceDescription
The developer-defined description of the score table.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Id
The Id of the score table.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
The developer-defined name of the score table.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |