LuaInterface.LuaDLL.lua_copy C# (CSharp) 메소드

lua_copy() 개인적인 메소드

private lua_copy ( IntPtr luaState, int from, int toidx ) : void
luaState System.IntPtr
from int
toidx int
리턴 void
		public static extern void lua_copy(IntPtr luaState,int from,int toidx);
LuaDLL