Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Methods with different names? #362

Open
MarioMey opened this issue Aug 16, 2022 · 1 comment
Open

Methods with different names? #362

MarioMey opened this issue Aug 16, 2022 · 1 comment

Comments

@MarioMey
Copy link

MarioMey commented Aug 16, 2022

I found that there are lot of methods with different names from GDScript and I don't find "who" introduce these names. If Godot or godot-python. For example:

get_rotation_quat() -> get_quat()
xform_inv() -> xform_inv_vector3

If godot-python introduces these changes, is there any documentation about them? Or all the replacements in a single page?

@niklas2902
Copy link

I think, you could look it up here bit:https://github.com/godotengine/godot-headers/tree/3.x/gdnative

I think that's the godot-python methods are named after the C-API methods it uses

Maybe there is some better way to find out about this. I hope it helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants