Interface ILuaVariableSource

All Known Subinterfaces:
ILuaGameCharacter
All Known Implementing Classes:
IsoDummyCameraCharacter, IsoGameCharacter, IsoLivingCharacter, IsoLuaCharacter, IsoLuaMover, IsoPlayer, IsoSurvivor, IsoZombie, RandomizedBuildingBase.HumanCorpse

public interface ILuaVariableSource
  • Method Details

    • GetVariable

      String GetVariable(String string)
    • SetVariable

      void SetVariable(String string, String string2)
    • ClearVariable

      void ClearVariable(String string)