Grampus


Eco Module

Namespace: Grampus

Assembly: GrampusLib.dll

Holds the functions related to ECO classification.

Functions and values

Function or value Description

ForBase nm cb

Full Usage: ForBase nm cb

Parameters:
    nm : string - The full path and file name.
    cb : int -> unit - Callback function to report on progress.

Set ECO for games given the folder containing the base.

nm : string

The full path and file name.

cb : int -> unit

Callback function to report on progress.

ForGame gm

Full Usage: ForGame gm

Parameters:
Returns: EncodedGame The updated game as an EncodedGame type.

Set ECO for the game provided.

gm : EncodedGame

The Encoded game.

Returns: EncodedGame

The updated game as an EncodedGame type.