Hi everyone,
Well, it looks like the path_finder class still exists. However, when I tried using the create_map
method, it didn't work, which suggests that the class has been modified.
I checked the NVGT documentation, but there's no information about these changes. Does anyone know how the path_finder
class works in NVGT or what the new approach is?
Thanks in advance.
If you want to see it faster before documentation take place, you can look at the pathfinder script in the src directory of the official repository. I didn't use and/or understand that class much since BGT, so I didn't dare documenting it. Others may hopefully do it though.
I just looked it up.
Man, that thing is beyond me.
well, regardless of that, I'm not sure but I think it didn't change that much from bgt, did it?
I found the set_callback_function, the find method, and the cancel method in one of the two pathfinder files there.
I have a grasp on how to use it in bgt, if I only know the syntax of the other pathfinder's methods here in nvgt, I'm sure I can make something happen with it.
But thanks anyways.