Class IsoLivingCharacter

java.lang.Object
All Implemented Interfaces:
IFMODParameterUpdater, java.io.Serializable, Mover, IActionStateChanged, ILuaGameCharacter, ILuaGameCharacterAttachedItems, ILuaGameCharacterClothing, ILuaGameCharacterDamage, ILuaGameCharacterHealth, ILuaVariableSource, Talker, ChatElementOwner, IAnimatable, IAnimationVariableMap, IAnimationVariableSource, IAnimEventCallback, IClothingItemListener, Thumpable
Direct Known Subclasses:
IsoPlayer, IsoSurvivor

public class IsoLivingCharacter
extends IsoGameCharacter
See Also:
Serialized Form
  • Field Details

    • useChargeDelta

      public float useChargeDelta
    • bareHands

      public final HandWeapon bareHands
    • bDoShove

      public boolean bDoShove
    • bCollidedWithPushable

      public boolean bCollidedWithPushable
    • targetOnGround

      public IsoGameCharacter targetOnGround
  • Constructor Details

    • IsoLivingCharacter

      public IsoLivingCharacter​(IsoCell cell, float float1, float float2, float float3)
  • Method Details

    • isCollidedWithPushableThisFrame

      public boolean isCollidedWithPushableThisFrame()
    • AttemptAttack

      public boolean AttemptAttack​(float float1)
    • DoAttack

      public boolean DoAttack​(float float1)
    • isDoShove

      public boolean isDoShove()
    • setDoShove

      public void setDoShove​(boolean boolean1)