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

operator() public static method

public static operator ( ) : lua_TValue
return lua_TValue
			public static lua_TValue operator +(lua_TValue value, int offset)
			{
				return value.values[value.index + offset];
			}

Same methods

Lua.lua_TValue::operator ( ) : bool
Lua.lua_TValue::operator ( ) : int