[DiscordArchive] Hey guys, can someone tell me a good method to calculate a distance between player and a creature sp
[DiscordArchive] Hey guys, can someone tell me a good method to calculate a distance between player and a creature sp
Archived author: MR.MUSTACHE • Posted: 2019-04-27T17:56:30.655000+00:00
Original source
Hey guys, can someone tell me a good method to calculate a distance between player and a creature spawn?
Archived author: Elliot • Posted: 2019-04-27T18:01:46.020000+00:00
Original source
player->GetExactDist2d(creature)
Archived author: Elliot • Posted: 2019-04-27T18:03:04.670000+00:00
Original source
not sure if that's available in 3.3.5 but if it's not that there are another similar functions
Archived author: MR.MUSTACHE • Posted: 2019-04-27T18:21:27.658000+00:00
Original source
okay will check it, thanks