httpclientdebugger/test_get_version_info.gd

8 lines
169 B
GDScript3
Raw Normal View History

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