Skip to content

Commit

Permalink
Deploying to documentation from @ cf1d2f7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jan 31, 2024
1 parent a8d7589 commit 98ad002
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 1 deletion.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/pohhandler.doctree
Binary file not shown.
23 changes: 23 additions & 0 deletions _sources/pohhandler.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,27 @@ POHHandler
==========


------------
ALTAR
Result := (SRL.CountColor(CTS2(12307635, 19, 1.36, 0.91), b) +
SRL.CountColor(CTS2(7575724, 13, 0.04, 0.79), b)) > 10;


------------

WriteLn ERSHouseRoom(j);
rotated.Debug();
Wait(500);


------------

begin
ClearDebug();
POHHandler.Setup();
while True do
POHHandler.DebugPos();
end;


------------
20 changes: 20 additions & 0 deletions pohhandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,26 @@

<section id="pohhandler">
<h1>POHHandler<a class="headerlink" href="#pohhandler" title="Link to this heading"></a></h1>
<blockquote>
<div><p>SRL.CountColor(CTS2(7575724, 13, 0.04, 0.79), b)) &gt; 10;</p>
</div></blockquote>
<hr class="docutils" />
<blockquote>
<div><p>WriteLn ERSHouseRoom(j);
rotated.Debug();
Wait(500);</p>
</div></blockquote>
<hr class="docutils" />
<dl>
<dt>begin</dt><dd><p>ClearDebug();
POHHandler.Setup();
while True do</p>
<blockquote>
<div><p>POHHandler.DebugPos();</p>
</div></blockquote>
</dd>
</dl>
<p>end;</p>
<hr class="docutils" />
</section>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 98ad002

Please sign in to comment.