Exemple #1
0
 /// <summary>
 /// indicates whether this <paramref name="ped"/> can see the <paramref name="target"/> <see cref="Ped"/>
 /// </summary>
 public static bool CanSeePed(this Ped ped, Ped target)
 {
     return(NativeWrappers.CanPedSeeHatedPed(ped, target));
 }