Browse Source

doc: Sync classref with current source

Tried to salvage what I could of the Image and InputEvent changes.
Rémi Verschelde 8 years ago
parent
commit
43a84429ff
2 changed files with 649 additions and 408 deletions
  1. 1 1
      core/math/a_star.cpp
  2. 648 407
      doc/base/classes.xml

+ 1 - 1
core/math/a_star.cpp

@@ -401,7 +401,7 @@ void AStar::_bind_methods() {
 	ClassDB::bind_method(D_METHOD("get_point_weight_scale", "id"), &AStar::get_point_weight_scale);
 	ClassDB::bind_method(D_METHOD("get_point_weight_scale", "id"), &AStar::get_point_weight_scale);
 	ClassDB::bind_method(D_METHOD("remove_point", "id"), &AStar::remove_point);
 	ClassDB::bind_method(D_METHOD("remove_point", "id"), &AStar::remove_point);
 
 
-	ClassDB::bind_method(D_METHOD("connect_points", "id", "to_id"), &AStar::connect_points, DEFVAL(true));
+	ClassDB::bind_method(D_METHOD("connect_points", "id", "to_id", "bidirectional"), &AStar::connect_points, DEFVAL(true));
 	ClassDB::bind_method(D_METHOD("disconnect_points", "id", "to_id"), &AStar::disconnect_points);
 	ClassDB::bind_method(D_METHOD("disconnect_points", "id", "to_id"), &AStar::disconnect_points);
 	ClassDB::bind_method(D_METHOD("are_points_connected", "id", "to_id"), &AStar::are_points_connected);
 	ClassDB::bind_method(D_METHOD("are_points_connected", "id", "to_id"), &AStar::are_points_connected);
 
 

File diff suppressed because it is too large
+ 648 - 407
doc/base/classes.xml


Some files were not shown because too many files changed in this diff