You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add missing argument names in GDScript bindings
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
This commit is contained in:
@@ -1096,7 +1096,7 @@ void GridMap::_bind_methods() {
|
||||
|
||||
// ObjectTypeDB::bind_method(_MD("_recreate_octants"),&GridMap::_recreate_octants);
|
||||
ObjectTypeDB::bind_method(_MD("_update_dirty_map_callback"),&GridMap::_update_dirty_map_callback);
|
||||
ObjectTypeDB::bind_method(_MD("resource_changed"),&GridMap::resource_changed);
|
||||
ObjectTypeDB::bind_method(_MD("resource_changed","resource"),&GridMap::resource_changed);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_center_x","enable"),&GridMap::set_center_x);
|
||||
ObjectTypeDB::bind_method(_MD("get_center_x"),&GridMap::get_center_x);
|
||||
|
||||
Reference in New Issue
Block a user