Interface IAnimationVariableSource

All Known Subinterfaces:
IAnimatable, IAnimationVariableMap
All Known Implementing Classes:
AnimatedModel, AnimationVariableSource, IsoDummyCameraCharacter, IsoGameCharacter, IsoLivingCharacter, IsoLuaCharacter, IsoLuaMover, IsoPlayer, IsoSurvivor, IsoZombie, RandomizedBuildingBase.HumanCorpse

public interface IAnimationVariableSource
  • Method Details

    • getVariable

      IAnimationVariableSlot getVariable​(AnimationVariableHandle animationVariableHandle)
    • getVariable

      IAnimationVariableSlot getVariable​(java.lang.String string)
    • getVariableString

      java.lang.String getVariableString​(java.lang.String string)
    • getVariableFloat

      float getVariableFloat​(java.lang.String string, float float1)
    • getVariableBoolean

      boolean getVariableBoolean​(java.lang.String string)
    • getGameVariables

      java.lang.Iterable getGameVariables()
    • isVariable

      boolean isVariable​(java.lang.String string, java.lang.String string2)
    • containsVariable

      boolean containsVariable​(java.lang.String string)