Interface ILuaGameCharacterHealth

All Known Subinterfaces:
ILuaGameCharacter
All Known Implementing Classes:
IsoDummyCameraCharacter, IsoGameCharacter, IsoLivingCharacter, IsoLuaCharacter, IsoLuaMover, IsoPlayer, IsoSurvivor, IsoZombie, RandomizedBuildingBase.HumanCorpse

public interface ILuaGameCharacterHealth
ILuaGameCharacterHealth Provides the functions expected by LUA when dealing with objects of this type.
  • Method Details

    • setSleepingTabletEffect

      void setSleepingTabletEffect(float SleepingTabletEffect)
    • getSleepingTabletEffect

      float getSleepingTabletEffect()
    • getFatigueMod

      float getFatigueMod()
    • Eat

      boolean Eat(InventoryItem info, float percentage)
    • Eat

      boolean Eat(InventoryItem info)
    • getTemperature

      float getTemperature()
    • setTemperature

      void setTemperature(float t)
    • getReduceInfectionPower

      float getReduceInfectionPower()
    • setReduceInfectionPower

      void setReduceInfectionPower(float reduceInfectionPower)
    • getLastHourSleeped

      int getLastHourSleeped()
    • setLastHourSleeped

      void setLastHourSleeped(int lastHourSleeped)
    • setTimeOfSleep

      void setTimeOfSleep(float timeOfSleep)