Show / Hide Table of Contents

Class VitalsChangeDetector

Inheritance
Object
Object
Component
Behaviour
MonoBehaviour
VitalsChangeDetector
Namespace: DaggerfallWorkshop.Game
Assembly: Assembly-CSharp.dll
Syntax
public class VitalsChangeDetector : MonoBehaviour

Fields

| Improve this Doc View Source

previousFatigue

Declaration
protected int previousFatigue
Field Value
Type Description
Int32
| Improve this Doc View Source

previousHealth

Declaration
protected int previousHealth
Field Value
Type Description
Int32
| Improve this Doc View Source

previousMagicka

Declaration
protected int previousMagicka
Field Value
Type Description
Int32
| Improve this Doc View Source

previousMaxFatigue

Declaration
protected int previousMaxFatigue
Field Value
Type Description
Int32
| Improve this Doc View Source

previousMaxHealth

Declaration
protected int previousMaxHealth
Field Value
Type Description
Int32
| Improve this Doc View Source

previousMaxMagicka

Declaration
protected int previousMaxMagicka
Field Value
Type Description
Int32

Properties

| Improve this Doc View Source

FatigueGain

Declaration
public int FatigueGain { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

FatigueGainPercent

Declaration
public float FatigueGainPercent { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

FatigueLost

Declaration
public int FatigueLost { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

FatigueLostPercent

Declaration
public float FatigueLostPercent { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

HealthGain

Declaration
public int HealthGain { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

HealthGainPercent

Declaration
public float HealthGainPercent { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

HealthLost

Declaration
public int HealthLost { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

HealthLostPercent

Declaration
public float HealthLostPercent { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

MagickaGain

Declaration
public int MagickaGain { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

MagickaGainPercent

Declaration
public float MagickaGainPercent { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

MagickaLost

Declaration
public int MagickaLost { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

MagickaLostPercent

Declaration
public float MagickaLostPercent { get; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

RaiseResetEvent()

Declaration
protected virtual void RaiseResetEvent()

Events

| Improve this Doc View Source

OnReset

Declaration
public static event VitalsChangeDetector.OnResetEventHandler OnReset
Event Type
Type Description
VitalsChangeDetector.OnResetEventHandler

Extension Methods

MBExtensions.Invoke(MonoBehaviour, Action, Single)
MBExtensions.Invoke<T>(MonoBehaviour, Action<T>, T, Single)
MBExtensions.Invoke<T1, T2>(MonoBehaviour, Action<T1, T2>, T1, T2, Single)
MBExtensions.Invoke<T1, T2, T3>(MonoBehaviour, Action<T1, T2, T3>, T1, T2, T3, Single)
MBExtensions.Invoke<T1, T2, T3, T4>(MonoBehaviour, Action<T1, T2, T3, T4>, T1, T2, T3, T4, Single)
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • previousFatigue
    • previousHealth
    • previousMagicka
    • previousMaxFatigue
    • previousMaxHealth
    • previousMaxMagicka
  • Properties
    • FatigueGain
    • FatigueGainPercent
    • FatigueLost
    • FatigueLostPercent
    • HealthGain
    • HealthGainPercent
    • HealthLost
    • HealthLostPercent
    • MagickaGain
    • MagickaGainPercent
    • MagickaLost
    • MagickaLostPercent
  • Methods
    • RaiseResetEvent()
  • Events
    • OnReset
  • Extension Methods
Back to top Generated by DocFX