Skip to content

Commit 4751eed

Browse files
author
GDevelop documentation CI
committed
Update documentation [skip ci]
1 parent 040186d commit 4751eed

1,305 files changed

Lines changed: 7553 additions & 7553 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

GDCore Documentation/_string_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160; static_assert(!std::is_same&lt;T, std::string&gt;::value, <span class="stringliteral">&quot;Can&#39;t use gd::String::From with std::string.&quot;</span>);</div>
189189
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; </div>
190190
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160; std::ostringstream oss;</div>
191-
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; oss.precision(17);</div>
191+
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160; oss.precision(16);</div>
192192
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160; oss &lt;&lt; value;</div>
193193
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classgd_1_1_string.html">gd::String</a>(oss.str().c_str());</div>
194194
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160; }</div>

GDJS Runtime Documentation/classes/gdjs.AbstractDebuggerClient.html

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

GDJS Runtime Documentation/classes/gdjs.AffineTransformation.html

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

GDJS Runtime Documentation/classes/gdjs.AnchorRuntimeBehavior.html

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

GDJS Runtime Documentation/classes/gdjs.AnimatableBehavior.html

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

GDJS Runtime Documentation/classes/gdjs.AsyncTask.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

GDJS Runtime Documentation/classes/gdjs.AsyncTasksManager.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

GDJS Runtime Documentation/classes/gdjs.BBTextRuntimeObject.html

Lines changed: 186 additions & 186 deletions
Large diffs are not rendered by default.

GDJS Runtime Documentation/classes/gdjs.BBTextRuntimeObjectPixiRenderer.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

GDJS Runtime Documentation/classes/gdjs.Base3DBehavior.html

Lines changed: 37 additions & 37 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)