httpclientdebugger/test_get_version_info.gd
2025-04-29 22:06:23 -05:00

7 lines
169 B
GDScript

@tool
extends EditorScript
# Called when the script is executed (using File -> Run in Script Editor).
func _run() -> void:
print(Engine.get_version_info()["string"])