Skip to content

Commit 37f7e71

Browse files
committed
Godot: Document disabled-in-editor-play option
1 parent c1d5492 commit 37f7e71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/platforms/godot/configuration/options.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ If `true`, the SDK will not initialize in the Godot editor.
9090

9191
</ConfigKey>
9292

93+
<ConfigKey name="disabled-in-editor-play">
94+
95+
If `true`, the SDK will not initialize when the project is run from within the Godot editor. This differs from `disabled_in_editor` which prevents initialization when working in the editor itself.
96+
97+
</ConfigKey>
98+
9399
<ConfigKey name="attach-log">
94100

95101
If enabled, the SDK will attach the Godot log file to the event.

0 commit comments

Comments
 (0)