C# Class GameJoltAPI.Scores.Scores

This is a score implementation to be used for retrieving and saving scores

See: http://gamejolt.com/api/doc/game/scores/ for further information.

@author Sam "runewake2" Wronski

@version 0.1.0.0

Show file Open project: Bosence/GameJolt-C--API

Public Methods

Method Description
Fetch ( int limit = null, int tableid = null ) : GameJoltAPI.Helpers.Scoreboard
Scores ( ) : System

Creates a new Scores instance that will use Config's data

Method Details

Fetch() public method

public Fetch ( int limit = null, int tableid = null ) : GameJoltAPI.Helpers.Scoreboard
limit int
tableid int
return GameJoltAPI.Helpers.Scoreboard

Scores() public method

Creates a new Scores instance that will use Config's data
public Scores ( ) : System
return System