- Joined
- Dec 31, 2015
- Messages
- 602
- Thread Author
- #1
I am looking at paths currently and have noticed some things that kinda suck for developers.
Thanks!
.
@Cloud @Party @SlashnHax
- Brehesman path cannot be extended as it is final, what is the point in it being final it could be useful to extend this path to do extra stuff while pathing.
- The .step() method should respond something other than true/false, its current form does not give enough information to us a developer.
- .step() should return an ENUM of STEPPED/FAILED/IDLE
- I assume the enum is self explanatory.
Thanks!
@Cloud @Party @SlashnHax