Update name of template feature tag in the class reference

This commit is contained in:
Hugo Locurcio 2023-01-28 20:04:43 +01:00
parent 218bef90af
commit 34a35ac6ca
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -498,7 +498,7 @@
<description>
Returns [code]true[/code] if the Godot binary used to run the project is a [i]debug[/i] export template, or when running in the editor.
Returns [code]false[/code] if the Godot binary used to run the project is a [i]release[/i] export template.
To check whether the Godot binary used to run the project is an export template (debug or release), use [code]OS.has_feature("standalone")[/code] instead.
To check whether the Godot binary used to run the project is an export template (debug or release), use [code]OS.has_feature("template")[/code] instead.
</description>
</method>
<method name="is_keycode_unicode" qualifiers="const">