📄️ C++ Scripting
In this chapter you'll learn how to get started with C++ Scripting using Jenova Framework in Godot.
📄️ Node Access
In this chapter you'll learn how to access the Node C++ Script is assigned to, interact with it and access other nodes in the scene.
📄️ Properties
In this chapter you'll learn how to expose different types of Properties from a Jenova C++ Script.
📄️ Module Events
In this chapter you'll learn about module boot and shutdown events.
📄️ Header Scripts
In this chapter you'll learn about Header Scripts to share symbols between C++ scripts.
📄️ IDE Integrations
In this chapter you'll learn about Jenova integrations with Visual Studio, VSCode, NeoVim etc.
📄️ Managing Scripts
In this chapter you'll learn about managing scripts in the Jenova ecosystem.
📄️ Addons
In this chapter you'll learn how to utilize Addons in your scripting workflow.