Gamend.GDScript.CompileError exception (gamend_plugin_tools v1.0.1202)

Copy Markdown View Source

Raised for anything the GDScript front end will not translate.

Every unsupported construct is an error here, at compile time, with a file and line -- never a silent approximation that misbehaves at runtime. That is the whole safety story for a transpiled language: the subset is enforced by refusing, not by best effort.