Skip to content

Conversation

@catwasd
Copy link
Contributor

@catwasd catwasd commented Jul 1, 2023

Description

This PR fixes the initilization typos in Scripting/Programming/GDExtension manual page.

The important function is the third function called example_library_init. We first call a function in our bindings library that creates an initilization object. This object registrates the initialization and termination functions of the GDExtension. Furthermore, it sets the level of initilization (core, servers, scene, editor, level).

Link: https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/gdextension_cpp_example.html

Typos found in:

  • Master
  • 4.0
  • 4.1
  • Latest

@catwasd
Copy link
Contributor Author

catwasd commented Jul 1, 2023

Can be tagged with cherrypick:4.0 and cherrypick:4.1

@Piralein Piralein added enhancement area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.0 cherrypick:4.1 labels Jul 2, 2023
@mhilbrunner mhilbrunner merged commit fd77362 into godotengine:master Jul 18, 2023
@mhilbrunner
Copy link
Member

Well spotted, thanks for fixing this and congrats on your first merged contribution! We'll cherrypick this to the other branches eventually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:manual Issues and PRs related to the Manual/Tutorials section of the documentation enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants