Table of Contents

Interface IDemoHealth

Namespace
KSP.Iteration.Data
Assembly
Assembly-CSharp.dll
public interface IDemoHealth
Extension Methods

Properties

CurLives

IProperty<int> CurLives { get; }

Property Value

IProperty<int>

IsDead

IProperty<bool> IsDead { get; }

Property Value

IProperty<bool>

MaxLives

IProperty<int> MaxLives { get; }

Property Value

IProperty<int>

Methods

Heal()

void Heal()

Hurt()

void Hurt()

Kill()

void Kill()

Revive()

void Revive()

Events

LifeGained

event Action LifeGained

Event Type

Action

LifeLost

event Action LifeLost

Event Type

Action