StatsDataSystem

Documents the StatsDataSystem class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

Invoking StatsDataSystem

To invoke the stats data system, use the following Global function:

sds = Game.StatsDataSystem()

Sub-functions

GetDifficulty

GetDifficulty() : gameDifficulty;

GetMaxValueFromCurve

GetMaxValueFromCurve(curveSetName : CName, optional curveName : CName, optional difficulty : gameDifficulty) : Float;

GetMinValueFromCurve

GetMinValueFromCurve(curveSetName : CName, optional curveName : CName, optional difficulty : gameDifficulty) : Float;

GetValueFromCurve

GetValueFromCurve(curveSetName : CName, argumentValue : Float, optional curveName : CName, optional difficulty : gameDifficulty) : Float;

SetDifficulty

SetDifficulty(difficulty : gameDifficulty);

Last updated