Difference between revisions of "Talk:ReferencePythonAPI"

From The Battle for Wesnoth Wiki
m (erm, list formatting)
m (Archived all outdated feature requests into the history)
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Feature Requests ==
 
  
* Path finder, something like: wesnoth.find_path(loc1, loc2), and it would return a list of all locations in between, or just the first step.. whatever the C++ API has
 
 
* Persistent variables. Right now, the script state isn't reset, so all variables are already persistent. But for the final version, there should be real persistent variables, which can also be stored to WML, and reloaded. An AI would use it to e.g. store a path, or some other state.
 
 
* Something like wesnoth.get_possible_moves(loc) - it would return all possible moves for the unit at the given location. It seems, right now, I make a lot of mistakes because the info of wesnoth.get_src_dst or wesnoth.get_units gets outdated after I move a unit. (Not really sure about this one, better planning out of the algorithm might make this function un-necessary.)
 

Latest revision as of 13:53, 30 July 2006

This page was last edited on 30 July 2006, at 13:53.