0 votes

My game features big pile of Rust code, but I want content to be created entirely in Godot Editor so I need Rust to read (only) TSCN files. I couldn't find a dedicated parser in the source (C). Did I just miss it ?

in Engine by (20 points)

1 Answer

0 votes
Best answer

From TSCN documentation

For those looking for a complete description, the parsing is handled
in the file resourceformattext.cpp in the ResourceFormatLoaderText
class.

by (889 points)
selected by

Thanks mate ! I guess I should have looked there before diving too deep

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.