|
|
@ -13,11 +13,11 @@ namespace Fungus |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
public class LuaStore : LuaBindingsBase |
|
|
|
public class LuaStore : LuaBindingsBase |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
protected Table primeTable; |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// A Lua table that can be shared between multiple LuaEnvironments. |
|
|
|
/// A Lua table that can be shared between multiple LuaEnvironments. |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
protected Table primeTable; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Table PrimeTable { get { return primeTable; } } |
|
|
|
public Table PrimeTable { get { return primeTable; } } |
|
|
|
|
|
|
|
|
|
|
|
protected bool initialized; |
|
|
|
protected bool initialized; |
|
|
|