Skip to content

Commit 4ee75ff

Browse files
authored
Godot: Document disabled-in-editor-play option (#14438)
1 parent 731278e commit 4ee75ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/godot/configuration/options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ If `false`, the SDK will not initialize. This is useful for temporarily disablin
8484

8585
</ConfigKey>
8686

87-
<ConfigKey name="disabled-in-editor">
87+
<ConfigKey name="disabled-in-editor-play">
8888

89-
If `true`, the SDK will not initialize in the Godot editor.
89+
If `true`, the SDK will not initialize when you play/run your project from within the Godot editor (using the play button or F5).
9090

9191
</ConfigKey>
9292

0 commit comments

Comments
 (0)