Project Hoshimi Documented Class Library
Score Property
NamespacesPH.CommonNeedleScore
Score of this Needle.
Declaration Syntax
C#Visual BasicVisual C++
public int Score { get; }
Public ReadOnly Property Score As Integer
public:
property int Score {
	int get ();
}
Remarks
Calculation of the score is: If Needle is on a HoshimiPoint and contain OXY, equal PH.Common.Utils.ValidNeedleScore + Stock * PH.Common.Utils.OXYScore (see config files for values) If not on a HoshimiPoint, return PH.Common.Utils.NeedleScore

Assembly: PH.Common (Module: PH.Common) Version: 6.0.0.0