Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR GDSCRIPT

godot check if in exported version

if OS.has_feature("standalone"):
    print("Running an exported build.")
else:
    print("Running from the editor.")
Source by godotengine.org #
 
PREVIOUS NEXT
Tagged: #godot #check #exported #version
ADD COMMENT
Topic
Name
2+1 =