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 SummaryModifier and TypeMethodDescriptionbooleancontainsVariable(String string) getVariable(String string) getVariable(AnimationVariableHandle animationVariableHandle) booleangetVariableBoolean(String string) booleangetVariableBoolean(String string, boolean boolean1) floatgetVariableFloat(String string, float float1) getVariableString(String string) booleanisVariable(String string, String string2) 
- 
Method Details- 
getVariable
- 
getVariable
- 
getVariableString
- 
getVariableFloat
- 
getVariableBoolean
- 
getVariableBoolean
- 
getGameVariablesIterable getGameVariables()
- 
isVariable
- 
containsVariable
 
-