Joe Rod
Discord: joerod1
Hi all, could someone help me to add this function to luascript.cpp? this function it is located at game.cpp, here are the parameters:
[cpp]bool Game::getPathToEx(const Creature* creature, const Position& targetPos, std::list<Direction>& dirList,
uint32_t minTargetDist, uint32_t maxTargetDist, bool fullPathSearch/* = true*/,
bool clearSight/* = true*/, int32_t maxSearchDist/* = -1*/)
[/cpp]
Thanks in advance
Regards
[cpp]bool Game::getPathToEx(const Creature* creature, const Position& targetPos, std::list<Direction>& dirList,
uint32_t minTargetDist, uint32_t maxTargetDist, bool fullPathSearch/* = true*/,
bool clearSight/* = true*/, int32_t maxSearchDist/* = -1*/)
[/cpp]
Thanks in advance
Regards