sheepandshepherd
sheepandshepherd
I think printing uses the same convention as GDScript already, even though `operator String` in Basis formats it without parentheses. The numbers are the same if you let Godot format...
This is awesome! Have you thought of any ways of doing it without Object meta? I wonder how feasible it'd be to use an opaque pointer to the class's `NativeScriptDesc`...
None of those are NativeScript bindings, they're engine modules (except Python) that add fully-featured subclasses of `ScriptLanguage`/`Script`/`ScriptInstance` for their language. NativeScript is a different, much more minimalistic, thing. It doesn't...
Yes, that one is an engine module and doesn't use GDNative or NativeScript.
Supposedly GDNative will work on HTML5 soon according to [this news post from last month](https://godotengine.org/article/godot-web-progress-report-2): > stay tuned for more as GDNative support is coming to web and that's a...