KopiLua.Lua.lua_TValue.lua_TValue C# (CSharp) Method

lua_TValue() public method

public lua_TValue ( Value value, int tt ) : System
value Value
tt int
return System
			public lua_TValue(Value value, int tt)
			{
			    this.values = null;
			    this.index = 0;
			    this.value.Copy(value);
			    this.tt = tt;
			}

Same methods

Lua.lua_TValue::lua_TValue ( ) : System
Lua.lua_TValue::lua_TValue ( lua_TValue copy ) : System