Skip to content

Commit

Permalink
Update documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GDevelop documentation CI committed Oct 16, 2024
1 parent 283b908 commit 59cccfd
Show file tree
Hide file tree
Showing 229 changed files with 6,265 additions and 6,265 deletions.
14 changes: 7 additions & 7 deletions GDJS Documentation/dd/dbc/_events_code_generator_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,16 +376,16 @@
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html">gdjs::EventsCodeGenerator</a></div><div class="ttdoc">The class being responsible for generating JavaScript code from events.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.h:38</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_a23dd6e6701b2058bc394232d428f417a"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#a23dd6e6701b2058bc394232d428f417a">gdjs::EventsCodeGenerator::GetCodeNamespaceAccessor</a></div><div class="ttdeci">virtual gd::String GetCodeNamespaceAccessor() override</div><div class="ttdoc">Get the namespace to be used to store code generated objects/values/functions, with the extra &quot;dot&quot; a...</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.h:206</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_a73fcaa70e90c15de96bb2b09f27c4caa"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#a73fcaa70e90c15de96bb2b09f27c4caa">gdjs::EventsCodeGenerator::GetCodeNamespace</a></div><div class="ttdeci">virtual gd::String GetCodeNamespace() override</div><div class="ttdoc">Get the namespace to be used to store code generated objects/values/functions.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.h:216</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_a7787a732481343c96612a8d9fc8e4936"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#a7787a732481343c96612a8d9fc8e4936">gdjs::EventsCodeGenerator::GenerateEventsListCode</a></div><div class="ttdeci">virtual gd::String GenerateEventsListCode(gd::EventsList &amp;events, gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Generate code for executing an event list.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1142</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_a97ad40e96e4924596dbc10b594548797"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#a97ad40e96e4924596dbc10b594548797">gdjs::EventsCodeGenerator::GenerateConditionsListCode</a></div><div class="ttdeci">virtual gd::String GenerateConditionsListCode(gd::InstructionsList &amp;conditions, gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1175</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_ab5f178af955e36f283fdd9325f5c79ac"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#ab5f178af955e36f283fdd9325f5c79ac">gdjs::EventsCodeGenerator::GenerateBooleanInitializationToFalse</a></div><div class="ttdeci">virtual gd::String GenerateBooleanInitializationToFalse(const gd::String &amp;boolName, const gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Set a boolean to false.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1457</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_ac011577b77591aa3126f34a197c84791"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#ac011577b77591aa3126f34a197c84791">gdjs::EventsCodeGenerator::GenerateObjectEventsFunctionCode</a></div><div class="ttdeci">static gd::String GenerateObjectEventsFunctionCode(gd::Project &amp;project, const gd::EventsFunctionsExtension &amp;eventsFunctionsExtension, const gd::EventsBasedObject &amp;eventsBasedObject, const gd::EventsFunction &amp;eventsFunction, const gd::String &amp;codeNamespace, const gd::String &amp;fullyQualifiedFunctionName, const gd::String &amp;onceTriggersVariable, const gd::String &amp;preludeCode, const gd::String &amp;endingCode, std::set&lt; gd::String &gt; &amp;includeFiles, bool compilationForRuntime=false)</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:255</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_ac8707e4b8f0b3cfaf319e1d96eb3708c"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#ac8707e4b8f0b3cfaf319e1d96eb3708c">gdjs::EventsCodeGenerator::GenerateUpperScopeBooleanFullName</a></div><div class="ttdeci">virtual gd::String GenerateUpperScopeBooleanFullName(const gd::String &amp;boolName, const gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Generate the full name for accessing to a boolean variable used for conditions.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1446</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_a7787a732481343c96612a8d9fc8e4936"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#a7787a732481343c96612a8d9fc8e4936">gdjs::EventsCodeGenerator::GenerateEventsListCode</a></div><div class="ttdeci">virtual gd::String GenerateEventsListCode(gd::EventsList &amp;events, gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Generate code for executing an event list.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1146</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_a97ad40e96e4924596dbc10b594548797"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#a97ad40e96e4924596dbc10b594548797">gdjs::EventsCodeGenerator::GenerateConditionsListCode</a></div><div class="ttdeci">virtual gd::String GenerateConditionsListCode(gd::InstructionsList &amp;conditions, gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1179</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_ab5f178af955e36f283fdd9325f5c79ac"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#ab5f178af955e36f283fdd9325f5c79ac">gdjs::EventsCodeGenerator::GenerateBooleanInitializationToFalse</a></div><div class="ttdeci">virtual gd::String GenerateBooleanInitializationToFalse(const gd::String &amp;boolName, const gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Set a boolean to false.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1461</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_ac011577b77591aa3126f34a197c84791"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#ac011577b77591aa3126f34a197c84791">gdjs::EventsCodeGenerator::GenerateObjectEventsFunctionCode</a></div><div class="ttdeci">static gd::String GenerateObjectEventsFunctionCode(gd::Project &amp;project, const gd::EventsFunctionsExtension &amp;eventsFunctionsExtension, const gd::EventsBasedObject &amp;eventsBasedObject, const gd::EventsFunction &amp;eventsFunction, const gd::String &amp;codeNamespace, const gd::String &amp;fullyQualifiedFunctionName, const gd::String &amp;onceTriggersVariable, const gd::String &amp;preludeCode, const gd::String &amp;endingCode, std::set&lt; gd::String &gt; &amp;includeFiles, bool compilationForRuntime=false)</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:257</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_ac8707e4b8f0b3cfaf319e1d96eb3708c"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#ac8707e4b8f0b3cfaf319e1d96eb3708c">gdjs::EventsCodeGenerator::GenerateUpperScopeBooleanFullName</a></div><div class="ttdeci">virtual gd::String GenerateUpperScopeBooleanFullName(const gd::String &amp;boolName, const gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Generate the full name for accessing to a boolean variable used for conditions.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1450</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_acce6507d78b9e6552c646202c6d747dc"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#acce6507d78b9e6552c646202c6d747dc">gdjs::EventsCodeGenerator::SetCodeNamespace</a></div><div class="ttdeci">void SetCodeNamespace(const gd::String &amp;codeNamespace_)</div><div class="ttdoc">Specify the code namespace to use, useful for functions as it is not autogenerated.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.h:224</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_ada0e0b32fef993ffd9446085cac541f7"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#ada0e0b32fef993ffd9446085cac541f7">gdjs::EventsCodeGenerator::GenerateBehaviorEventsFunctionCode</a></div><div class="ttdeci">static gd::String GenerateBehaviorEventsFunctionCode(gd::Project &amp;project, const gd::EventsFunctionsExtension &amp;eventsFunctionsExtension, const gd::EventsBasedBehavior &amp;eventsBasedBehavior, const gd::EventsFunction &amp;eventsFunction, const gd::String &amp;codeNamespace, const gd::String &amp;fullyQualifiedFunctionName, const gd::String &amp;onceTriggersVariable, const gd::String &amp;preludeCode, std::set&lt; gd::String &gt; &amp;includeFiles, bool compilationForRuntime=false)</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:176</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_adb59e8b5b57a649adc7291a4fe0a8cde"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#adb59e8b5b57a649adc7291a4fe0a8cde">gdjs::EventsCodeGenerator::GenerateBooleanFullName</a></div><div class="ttdeci">virtual gd::String GenerateBooleanFullName(const gd::String &amp;boolName, const gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Generate the full name for accessing to a boolean variable used for conditions.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1463</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_adb59e8b5b57a649adc7291a4fe0a8cde"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#adb59e8b5b57a649adc7291a4fe0a8cde">gdjs::EventsCodeGenerator::GenerateBooleanFullName</a></div><div class="ttdeci">virtual gd::String GenerateBooleanFullName(const gd::String &amp;boolName, const gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Generate the full name for accessing to a boolean variable used for conditions.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1467</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_ae85794e35bc24aee0f3184fbb9aebedd"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#ae85794e35bc24aee0f3184fbb9aebedd">gdjs::EventsCodeGenerator::GenerateEventsFunctionCode</a></div><div class="ttdeci">static gd::String GenerateEventsFunctionCode(gd::Project &amp;project, const gd::EventsFunctionsExtension &amp;eventsFunctionsExtension, const gd::EventsFunction &amp;eventsFunction, const gd::String &amp;codeNamespace, std::set&lt; gd::String &gt; &amp;includeFiles, bool compilationForRuntime=false)</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:125</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_aefa369067280e84f5722cdd5c0f59435"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#aefa369067280e84f5722cdd5c0f59435">gdjs::EventsCodeGenerator::GetObjectListName</a></div><div class="ttdeci">virtual gd::String GetObjectListName(const gd::String &amp;name, const gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Get the full name for accessing to a list of objects.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1047</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_aefa369067280e84f5722cdd5c0f59435"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#aefa369067280e84f5722cdd5c0f59435">gdjs::EventsCodeGenerator::GetObjectListName</a></div><div class="ttdeci">virtual gd::String GetObjectListName(const gd::String &amp;name, const gd::EventsCodeGenerationContext &amp;context) override</div><div class="ttdoc">Get the full name for accessing to a list of objects.</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:1051</div></div>
<div class="ttc" id="aclassgdjs_1_1_events_code_generator_html_af610598a0e79f7b84bb508c040017eb5"><div class="ttname"><a href="../../d7/d4f/classgdjs_1_1_events_code_generator.html#af610598a0e79f7b84bb508c040017eb5">gdjs::EventsCodeGenerator::GenerateLayoutCode</a></div><div class="ttdeci">static gd::String GenerateLayoutCode(const gd::Project &amp;project, const gd::Layout &amp;scene, const gd::String &amp;codeNamespace, std::set&lt; gd::String &gt; &amp;includeFiles, gd::DiagnosticReport &amp;diagnosticReport, bool compilationForRuntime=false)</div><div class="ttdef"><b>Definition:</b> EventsCodeGenerator.cpp:99</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
Expand Down
2 changes: 1 addition & 1 deletion GDJS Runtime Documentation/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 59cccfd

Please sign in to comment.