doc: Sync classref with current source
Tried to salvage what I could of the Image and InputEvent changes.
This commit is contained in:
parent
4f8d9f0915
commit
43a84429ff
2 changed files with 2361 additions and 2237 deletions
|
@ -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("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("are_points_connected", "id", "to_id"), &AStar::are_points_connected);
|
||||
|
||||
|
|
4596
doc/base/classes.xml
4596
doc/base/classes.xml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue