Interface ILuaVariableSource

All Known Subinterfaces:
ILuaGameCharacter
All Known Implementing Classes:
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 Details

    • GetVariable

      String GetVariable(String key)
    • SetVariable

      void SetVariable(String key, String value)
    • ClearVariable

      void ClearVariable(String key)