Interface ILuaVariableSource
- All Known Subinterfaces:
ILuaGameCharacter
- All Known Implementing Classes:
IsoAnimal,IsoDummyCameraCharacter,IsoGameCharacter,IsoLivingCharacter,IsoLuaCharacter,IsoLuaMover,IsoPlayer,IsoSurvivor,IsoZombie,RandomizedBuildingBase.HumanCorpse
public interface ILuaVariableSource
ILuaVariableSource Provides the functions expected by LUA when dealing with objects of this type.
-
Method Summary
Modifier and TypeMethodDescriptionvoidClearVariable(String key) GetVariable(String key) voidSetVariable(String key, String value)
-
Method Details
-
GetVariable
-
SetVariable
-
ClearVariable
-