mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
Allow unicode class names
This commit is contained in:
@@ -736,3 +736,11 @@ ExampleRuntime::ExampleRuntime() {
|
||||
|
||||
ExampleRuntime::~ExampleRuntime() {
|
||||
}
|
||||
|
||||
void ExamplePrzykład::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_the_word"), &ExamplePrzykład::get_the_word);
|
||||
}
|
||||
|
||||
String ExamplePrzykład::get_the_word() const {
|
||||
return U"słowo to przykład";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user