Skip to content

Instantly share code, notes, and snippets.

@PoetaKodu
Created April 8, 2017 19:29
Show Gist options
  • Save PoetaKodu/f5d0a1bc63ce881207f40f8af5bf7356 to your computer and use it in GitHub Desktop.
Save PoetaKodu/f5d0a1bc63ce881207f40f8af5bf7356 to your computer and use it in GitHub Desktop.
CSightSense::CSightSense(IPawn &owner, const float &sightDistance, const float &sightAngle)
: IAISense(owner)
{
/* Konstruktor po prostu ustawia poczatkowe wartosci. */
SetSightDistance(sightDistance);
SetSightAngle(sightAngle);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment