Beispiel #1
0
 public static bool GetDUOFOV(IntPtr duo, ref double[] val)
 {
     return(DUOLibInternal.DUOGetFOV(duo, ref val));
 }