Interface ILuaGameCharacterHealth

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

public interface ILuaGameCharacterHealth
  • Method Details

    • setSleepingTabletEffect

      void setSleepingTabletEffect​(float float1)
    • getSleepingTabletEffect

      float getSleepingTabletEffect()
    • getFatigueMod

      float getFatigueMod()
    • Eat

      boolean Eat​(InventoryItem inventoryItem, float float1)
    • Eat

      boolean Eat​(InventoryItem inventoryItem)
    • getTemperature

      float getTemperature()
    • setTemperature

      void setTemperature​(float float1)
    • getReduceInfectionPower

      float getReduceInfectionPower()
    • setReduceInfectionPower

      void setReduceInfectionPower​(float float1)
    • getLastHourSleeped

      int getLastHourSleeped()
    • setLastHourSleeped

      void setLastHourSleeped​(int int1)
    • setTimeOfSleep

      void setTimeOfSleep​(float float1)