Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0960bbe

Browse files
author
Davide Faconti
committed
Deployed ba3f66f with MkDocs version: 1.0.4
1 parent 981f3bb commit 0960bbe

File tree

21 files changed

+1017
-69
lines changed

21 files changed

+1017
-69
lines changed

404.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,20 @@
474474

475475

476476
<li class="md-nav__item">
477-
<a href="/tutorial_G_legacy/" title="Tutorial 7: Legacy code" class="md-nav__link">
478-
Tutorial 7: Legacy code
477+
<a href="/tutorial_G_legacy/" title="Tutorial 7: Wrap legacy code" class="md-nav__link">
478+
Tutorial 7: Wrap legacy code
479+
</a>
480+
</li>
481+
482+
483+
484+
485+
486+
487+
488+
<li class="md-nav__item">
489+
<a href="/tutorial_H_coroutines/" title="Tutorial 8: Actions and Coroutines" class="md-nav__link">
490+
Tutorial 8: Actions and Coroutines
479491
</a>
480492
</li>
481493

BT_basics/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,20 @@
561561

562562

563563
<li class="md-nav__item">
564-
<a href="../tutorial_G_legacy/" title="Tutorial 7: Legacy code" class="md-nav__link">
565-
Tutorial 7: Legacy code
564+
<a href="../tutorial_G_legacy/" title="Tutorial 7: Wrap legacy code" class="md-nav__link">
565+
Tutorial 7: Wrap legacy code
566+
</a>
567+
</li>
568+
569+
570+
571+
572+
573+
574+
575+
<li class="md-nav__item">
576+
<a href="../tutorial_H_coroutines/" title="Tutorial 8: Actions and Coroutines" class="md-nav__link">
577+
Tutorial 8: Actions and Coroutines
566578
</a>
567579
</li>
568580

BlackBoard/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,20 @@
474474

475475

476476
<li class="md-nav__item">
477-
<a href="../tutorial_G_legacy/" title="Tutorial 7: Legacy code" class="md-nav__link">
478-
Tutorial 7: Legacy code
477+
<a href="../tutorial_G_legacy/" title="Tutorial 7: Wrap legacy code" class="md-nav__link">
478+
Tutorial 7: Wrap legacy code
479+
</a>
480+
</li>
481+
482+
483+
484+
485+
486+
487+
488+
<li class="md-nav__item">
489+
<a href="../tutorial_H_coroutines/" title="Tutorial 8: Actions and Coroutines" class="md-nav__link">
490+
Tutorial 8: Actions and Coroutines
479491
</a>
480492
</li>
481493

DecoratorNode/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,20 @@
548548

549549

550550
<li class="md-nav__item">
551-
<a href="../tutorial_G_legacy/" title="Tutorial 7: Legacy code" class="md-nav__link">
552-
Tutorial 7: Legacy code
551+
<a href="../tutorial_G_legacy/" title="Tutorial 7: Wrap legacy code" class="md-nav__link">
552+
Tutorial 7: Wrap legacy code
553+
</a>
554+
</li>
555+
556+
557+
558+
559+
560+
561+
562+
<li class="md-nav__item">
563+
<a href="../tutorial_H_coroutines/" title="Tutorial 8: Actions and Coroutines" class="md-nav__link">
564+
Tutorial 8: Actions and Coroutines
553565
</a>
554566
</li>
555567

FallbackNode/index.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,20 @@
527527

528528

529529
<li class="md-nav__item">
530-
<a href="../tutorial_G_legacy/" title="Tutorial 7: Legacy code" class="md-nav__link">
531-
Tutorial 7: Legacy code
530+
<a href="../tutorial_G_legacy/" title="Tutorial 7: Wrap legacy code" class="md-nav__link">
531+
Tutorial 7: Wrap legacy code
532+
</a>
533+
</li>
534+
535+
536+
537+
538+
539+
540+
541+
<li class="md-nav__item">
542+
<a href="../tutorial_H_coroutines/" title="Tutorial 8: Actions and Coroutines" class="md-nav__link">
543+
Tutorial 8: Actions and Coroutines
532544
</a>
533545
</li>
534546

@@ -661,9 +673,7 @@ <h2 id="fallbacknode">FallbackNode</h2>
661673
<span class="n">HaltAllChildren</span><span class="p">();</span>
662674
<span class="k">return</span> <span class="n">FAILURE</span><span class="p">;</span>
663675
</pre></div>
664-
665-
</details>
666-
<h2 id="fallbackstarnode">FallbackStarNode</h2>
676+
</details><h2 id="fallbackstarnode">FallbackStarNode</h2>
667677
<p>If a child returns <strong>RUNNING</strong>:</p>
668678
<ul>
669679
<li>FallbackStarNode returns <strong>RUNNING</strong>. </li>
@@ -698,7 +708,6 @@ <h2 id="fallbackstarnode">FallbackStarNode</h2>
698708
<span class="n">HaltAllChildren</span><span class="p">();</span>
699709
<span class="k">return</span> <span class="n">FAILURE</span><span class="p">;</span>
700710
</pre></div>
701-
702711
</details>
703712

704713

NodeParameters/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,20 @@
478478

479479

480480
<li class="md-nav__item">
481-
<a href="../tutorial_G_legacy/" title="Tutorial 7: Legacy code" class="md-nav__link">
482-
Tutorial 7: Legacy code
481+
<a href="../tutorial_G_legacy/" title="Tutorial 7: Wrap legacy code" class="md-nav__link">
482+
Tutorial 7: Wrap legacy code
483+
</a>
484+
</li>
485+
486+
487+
488+
489+
490+
491+
492+
<li class="md-nav__item">
493+
<a href="../tutorial_H_coroutines/" title="Tutorial 8: Actions and Coroutines" class="md-nav__link">
494+
Tutorial 8: Actions and Coroutines
483495
</a>
484496
</li>
485497

SequenceNode/index.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,20 @@
527527

528528

529529
<li class="md-nav__item">
530-
<a href="../tutorial_G_legacy/" title="Tutorial 7: Legacy code" class="md-nav__link">
531-
Tutorial 7: Legacy code
530+
<a href="../tutorial_G_legacy/" title="Tutorial 7: Wrap legacy code" class="md-nav__link">
531+
Tutorial 7: Wrap legacy code
532+
</a>
533+
</li>
534+
535+
536+
537+
538+
539+
540+
541+
<li class="md-nav__item">
542+
<a href="../tutorial_H_coroutines/" title="Tutorial 8: Actions and Coroutines" class="md-nav__link">
543+
Tutorial 8: Actions and Coroutines
532544
</a>
533545
</li>
534546

@@ -668,9 +680,7 @@ <h2 id="sequencenode">SequenceNode</h2>
668680
<span class="n">HaltAllChildren</span><span class="p">();</span>
669681
<span class="k">return</span> <span class="n">SUCCESS</span><span class="p">;</span>
670682
</pre></div>
671-
672-
</details>
673-
<h2 id="sequencestarnode">SequenceStarNode</h2>
683+
</details><h2 id="sequencestarnode">SequenceStarNode</h2>
674684
<p>Use this ControlNode when you don't want to tick a child more than once.</p>
675685
<p>You can customize its behavior using the <a href="../NodeParameters/">NodeParameter</a> "reset_on_failure".</p>
676686
<ul>
@@ -724,7 +734,6 @@ <h2 id="sequencestarnode">SequenceStarNode</h2>
724734
<span class="n">HaltAllChildren</span><span class="p">();</span>
725735
<span class="k">return</span> <span class="n">SUCCESS</span><span class="p">;</span>
726736
</pre></div>
727-
728737
</details>
729738

730739

getting_started/index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,20 @@
548548

549549

550550
<li class="md-nav__item">
551-
<a href="../tutorial_G_legacy/" title="Tutorial 7: Legacy code" class="md-nav__link">
552-
Tutorial 7: Legacy code
551+
<a href="../tutorial_G_legacy/" title="Tutorial 7: Wrap legacy code" class="md-nav__link">
552+
Tutorial 7: Wrap legacy code
553+
</a>
554+
</li>
555+
556+
557+
558+
559+
560+
561+
562+
<li class="md-nav__item">
563+
<a href="../tutorial_H_coroutines/" title="Tutorial 8: Actions and Coroutines" class="md-nav__link">
564+
Tutorial 8: Actions and Coroutines
553565
</a>
554566
</li>
555567

index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,20 @@
530530

531531

532532
<li class="md-nav__item">
533-
<a href="tutorial_G_legacy/" title="Tutorial 7: Legacy code" class="md-nav__link">
534-
Tutorial 7: Legacy code
533+
<a href="tutorial_G_legacy/" title="Tutorial 7: Wrap legacy code" class="md-nav__link">
534+
Tutorial 7: Wrap legacy code
535+
</a>
536+
</li>
537+
538+
539+
540+
541+
542+
543+
544+
<li class="md-nav__item">
545+
<a href="tutorial_H_coroutines/" title="Tutorial 8: Actions and Coroutines" class="md-nav__link">
546+
Tutorial 8: Actions and Coroutines
535547
</a>
536548
</li>
537549

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)