[Pogamut-list] override
jcothran
pogamut-forum at artemis.ms.mff.cuni.cz
Sun Jul 26 04:42:07 CEST 2009
override
Author: jcothran
I'm trying to modify the AStar pathing functions (isNodeOpened in particular) to consider some other custom criteria(database navpoint weighted lookups) when deciding whether a node is part of the open set or not.
I tried doing an override, but wasn't sure what file/function I needed to add,extend,etc.
Currently I was able to work around this by pulling and recompiling the effected Client files from pogamut core jar into my project space, but wondering if there was a better example of overriding functions that are part of Client (the current override examples that I've utilized are for listener functions in Agent which extends from Main).
Thanks
Jeremy
More information about the Pogamut-list
mailing list