Search Results for

    Show / Hide Table of Contents

    Class IntSum

    Value is the sum of all effectors

    Inheritance
    object
    CombinedValue<int>
    IntSum
    Inherited Members
    CombinedValue<int>.stats
    CombinedValue<int>.baseValue
    CombinedValue<int>.OnValueChanged
    CombinedValue<int>.Value
    CombinedValue<int>.Compatible(int)
    CombinedValue<int>.ClearEffectors()
    CombinedValue<int>.MakeEffector()
    CombinedValue<int>.EffectorCount
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LobsterFramework
    Assembly: LobsterFramework.dll
    Syntax
    public class IntSum : CombinedValue<int>

    Constructors

    | Improve this Doc View Source

    IntSum(int)

    Declaration
    public IntSum(int value)
    Parameters
    Type Name Description
    int value

    Methods

    | Improve this Doc View Source

    ComputeValue()

    Compute the value taking all effectors into account

    Declaration
    protected override int ComputeValue()
    Returns
    Type Description
    int
    Overrides
    CombinedValue<int>.ComputeValue()
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation