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 TypeMethodDescriptionvoid
ClearVariable
(String key) GetVariable
(String key) void
SetVariable
(String key, String value)
-
Method Details
-
GetVariable
-
SetVariable
-
ClearVariable
-