LuaInterface.LuaDLL.luaS_checkVector2 C# (CSharp) Method

luaS_checkVector2() private method

private luaS_checkVector2 ( IntPtr l, int p, float &x, float &y ) : int
l System.IntPtr
p int
x float
y float
return int
        public static extern int luaS_checkVector2(IntPtr l, int p, out float x, out float y);
LuaDLL