Skip to content

Commit

Permalink
Merge pull request #77387 from akien-mga/3.x-gdnative-core-1-4
Browse files Browse the repository at this point in the history
[3.x] GDNative: Add Core API 1.4, move `Transform2D::determinant` there
  • Loading branch information
akien-mga committed May 23, 2023
2 parents 4742657 + 1bc03d9 commit 68c507f
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions modules/gdnative/gdnative_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,23 @@
"major": 1,
"minor": 3
},
"next": null,
"next": {
"type": "CORE",
"version": {
"major": 1,
"minor": 4
},
"next": null,
"api": [
{
"name": "godot_transform2d_determinant",
"return_type": "godot_real",
"arguments": [
["const godot_transform2d *", "p_self"]
]
}
]
},
"api": [
{
"name": "godot_dictionary_merge",
Expand Down Expand Up @@ -4431,13 +4447,6 @@
["const godot_transform2d *", "p_self"]
]
},
{
"name": "godot_transform2d_determinant",
"return_type": "godot_real",
"arguments": [
["const godot_transform2d *", "p_self"]
]
},
{
"name": "godot_transform2d_orthonormalized",
"return_type": "godot_transform2d",
Expand Down

0 comments on commit 68c507f

Please sign in to comment.