diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-09-21 23:17:38 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-09-21 23:20:05 +0800 |
commit | b7416bf6933af73c7d9dc947f9aa834db82e488c (patch) | |
tree | 0b2ac5b34a4a27ecb58d31ec831c2a7eb83b22c4 /doc | |
parent | e4e024ab88efe74677769395886bc1b09eccbac7 (diff) | |
download | redot-engine-b7416bf6933af73c7d9dc947f9aa834db82e488c.tar.gz |
Document `OptimizedTranslation.generate()` only works in editor
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/OptimizedTranslation.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/OptimizedTranslation.xml b/doc/classes/OptimizedTranslation.xml index 124f430f1b..bc158984d7 100644 --- a/doc/classes/OptimizedTranslation.xml +++ b/doc/classes/OptimizedTranslation.xml @@ -14,6 +14,7 @@ <param index="0" name="from" type="Translation" /> <description> Generates and sets an optimized translation from the given [Translation] resource. + [b]Note:[/b] This method is intended to be used in the editor. It does nothing when called from an exported project. </description> </method> </methods> |