LuaInterface.LuaDLL.luaS_checkColor C# (CSharp) Method

luaS_checkColor() private method

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