Categoryclass

A prize category.

objectCategory
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Services.Jam.Category

Constructors1

Showing 1 constructors

Properties8

Showing 8 properties

public bool Sandbox.Services.Jam.Category.Community { get; set; }PUBLICGETSET

True when the players decide this one, false when staff pick the winner.

Returns:bool

public string Sandbox.Services.Jam.Category.Description { get; set; }PUBLICGETSET

Returns:string

public string Sandbox.Services.Jam.Category.Icon { get; set; }PUBLICGETSET

An emoji.

Returns:string

public int Sandbox.Services.Jam.Category.Id { get; set; }PUBLICGETSET

Returns:int

public string[] Sandbox.Services.Jam.Category.Places { get; set; }PUBLICGETSET

Prize per finishing place, best first. Empty for a single-winner category.

Returns:string[]

public string Sandbox.Services.Jam.Category.Prize { get; set; }PUBLICGETSET

The headline prize. When `Sandbox.Services.Jam.Category.Places` is filled this is the pool the places share.

Returns:string

public string Sandbox.Services.Jam.Category.Title { get; set; }PUBLICGETSET

Returns:string

public string Sandbox.Services.Jam.Category.Winner { get; set; }PUBLICGETSET

Full ident of the winning package. Null until decided.

Returns:string

On this page