Questions tagged [gdextension]
The gdextension tag has no summary.
1 question
1
vote
1
answer
119
views
How to format a godot::String with an array parameter in a gdextension?
I'm writing a gdextension and trying to format a string using an array as one of the parameters.
Example:
...