Azmyth.Assets.Player.GetValue C# (CSharp) Method

GetValue() public method

public GetValue ( VectorID statID ) : int
statID VectorID
return int
        public int GetValue(VectorID statID)
        {
            return m_stats[statID].Value;
        }