LuaInterface.LuaDLL.luaS_setDataVec C# (CSharp) Method

luaS_setDataVec() private method

private luaS_setDataVec ( IntPtr l, int p, float x, float y, float z, float w ) : void
l System.IntPtr
p int
x float
y float
z float
w float
return void
        public static extern void luaS_setDataVec(IntPtr l, int p, float x, float y, float z, float w);
LuaDLL