Interface IAnimationVariableMap

All Superinterfaces:
IAnimationVariableSource
All Known Implementing Classes:
AnimatedModel, AnimationVariableSource, IsoDummyCameraCharacter, IsoGameCharacter, IsoLivingCharacter, IsoLuaCharacter, IsoLuaMover, IsoPlayer, IsoSurvivor, IsoZombie, RandomizedBuildingBase.HumanCorpse

public interface IAnimationVariableMap
extends IAnimationVariableSource
  • Method Details

    • getOrCreateVariable

      IAnimationVariableSlot getOrCreateVariable​(java.lang.String string)
    • setVariable

      void setVariable​(IAnimationVariableSlot iAnimationVariableSlot)
    • setVariable

      void setVariable​(java.lang.String string, java.lang.String string2)
    • setVariable

      void setVariable​(java.lang.String string, boolean boolean1)
    • setVariable

      void setVariable​(java.lang.String string, float float1)
    • clearVariable

      void clearVariable​(java.lang.String string)
    • clearVariables

      void clearVariables()