Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfGroupStatistics.WordPerLineStat

    Word-per-line quantified statistic.

    Inheritance
    System.Object
    WolfGroupStatistics.WordPerLineStat
    Implements
    WolfGroupStatistics.IMemberStat
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public class WordPerLineStat : WolfGroupStatistics.IMemberStat

    Constructors

    | Improve this Doc View Source

    WordPerLineStat()

    Creates a new object of this type.

    Declaration
    [JsonConstructor]
    protected WordPerLineStat()

    Properties

    | Improve this Doc View Source

    UserID

    Member's user ID.

    Declaration
    public uint UserID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    UserNickname

    Member's name.

    Declaration
    public string UserNickname { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    WordsPerLine

    Words per line.

    Declaration
    [JsonProperty("wpl")]
    public double WordsPerLine { get; }
    Property Value
    Type Description
    System.Double
    Remarks

    This statistic appears to be currently broken, and have the same values as TextMessagesCount.

    Implements

    WolfGroupStatistics.IMemberStat