Improved binding system (ObjectTypeDB::bind_method) to be friendlier to statically typed languages, should help in the Mono integration.

Disabled by default.
This commit is contained in:
Juan Linietsky
2016-06-22 23:12:20 -03:00
parent 842e7bfc2f
commit d6225b1e00
22 changed files with 517 additions and 23 deletions

View File

@@ -52,7 +52,7 @@ void RoomBounds::set_geometry_hint(const DVector<Face3>& p_geometry_hint) {
geometry_hint=p_geometry_hint;
}
const DVector<Face3>& RoomBounds::get_geometry_hint() const {
DVector<Face3> RoomBounds::get_geometry_hint() const {
return geometry_hint;
}