Package zombie.characters
Interface ILuaVariableSource
- All Known Subinterfaces:
ILuaGameCharacter
- All Known Implementing Classes:
IsoDummyCameraCharacter
,IsoGameCharacter
,IsoLivingCharacter
,IsoLuaCharacter
,IsoLuaMover
,IsoPlayer
,IsoSurvivor
,IsoZombie
,RandomizedBuildingBase.HumanCorpse
public interface ILuaVariableSource
-
Method Summary
Modifier and TypeMethodDescriptionvoid
ClearVariable
(String string) GetVariable
(String string) void
SetVariable
(String string, String string2)
-
Method Details
-
GetVariable
-
SetVariable
-
ClearVariable
-