print_line
is not available
#1596
Labels
enhancement
This is an enhancement on the current functionality
print_line
is not available
#1596
Godot version
Godot 4.3-stable
godot-cpp version
master b93d6e8
System information
macOS 14.6.1 arm64
Issue description
This line compiles in engine code, but does not compile in godot-cpp:
Steps to reproduce
Add
print_line("test");
to a GDExtension godot-cpp project and try to compile it.Minimal reproduction project
I'm not gonna bother including a minimal reproduction project since it's one line of code.
The text was updated successfully, but these errors were encountered: