Search Results for

    Show / Hide Table of Contents

    Struct Damage

    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: LobsterFramework
    Assembly: LobsterFramework.dll
    Syntax
    [Serializable]
    public struct Damage

    Fields

    | Improve this Doc View Source

    health

    Declaration
    public float health
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    none

    Declaration
    public static Damage none
    Field Value
    Type Description
    Damage
    | Improve this Doc View Source

    posture

    Declaration
    public float posture
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    source

    Declaration
    public Entity source
    Field Value
    Type Description
    Entity
    | Improve this Doc View Source

    type

    Declaration
    public DamageType type
    Field Value
    Type Description
    DamageType

    Methods

    | Improve this Doc View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Operators

    | Improve this Doc View Source

    operator +(Damage, Damage)

    Declaration
    public static Damage operator +(Damage a, Damage b)
    Parameters
    Type Name Description
    Damage a
    Damage b
    Returns
    Type Description
    Damage
    | Improve this Doc View Source

    operator ==(Damage, Damage)

    Declaration
    public static bool operator ==(Damage a, Damage b)
    Parameters
    Type Name Description
    Damage a
    Damage b
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    operator !=(Damage, Damage)

    Declaration
    public static bool operator !=(Damage a, Damage b)
    Parameters
    Type Name Description
    Damage a
    Damage b
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    operator *(Damage, Damage)

    Declaration
    public static Damage operator *(Damage a, Damage b)
    Parameters
    Type Name Description
    Damage a
    Damage b
    Returns
    Type Description
    Damage
    | Improve this Doc View Source

    operator *(Damage, float)

    Declaration
    public static Damage operator *(Damage a, float b)
    Parameters
    Type Name Description
    Damage a
    float b
    Returns
    Type Description
    Damage
    • Improve this Doc
    • View Source
    In This Article
    Back to top LobsterFramework documentation