Skip to content

Commit

Permalink
Deploying to documentation from @ f9c9169 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jan 26, 2024
1 parent bb8d5f7 commit a248483
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/fairyring.doctree
Binary file not shown.
4 changes: 3 additions & 1 deletion _sources/fairyring.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ FairyRing.Teleport
Teleports the user to the specified fairy ring code.
If the fairy ring interface is not open, the **RSObject** will be used to find the closest one and open it.
If the code is on the right click context menu, it will be used.
You can also optional pass in "Zanaris" or "BKS" to go to zanaris.

Example
-------
Expand All @@ -430,12 +431,13 @@ FairyRing.WalkTeleport
~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: pascal
function TRSFairyRing.Teleport(code: String): Boolean;
function TRSFairyRing.WalkTeleport(code: String): Boolean;
Teleports the user to the specified fairy ring code.
If the fairy ring interface is not open, the **RSObject** will be used to find the closest one and open it.
If the fairy ring is not visible, we will walk to it.
If the code is on the right click context menu, it will be used.
You can also optional pass in "Zanaris" or "BKS" to go to zanaris.

Example
-------
Expand Down
8 changes: 5 additions & 3 deletions fairyring.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ <h2>FairyRing.Teleport<a class="headerlink" href="#fairyring-teleport" title="Li
</div>
<p>Teleports the user to the specified fairy ring code.
If the fairy ring interface is not open, the <strong>RSObject</strong> will be used to find the closest one and open it.
If the code is on the right click context menu, it will be used.</p>
If the code is on the right click context menu, it will be used.
You can also optional pass in “Zanaris” or “BKS” to go to zanaris.</p>
<section id="id22">
<h3>Example<a class="headerlink" href="#id22" title="Link to this heading"></a></h3>
<div class="highlight-pascal notranslate"><div class="highlight"><pre><span></span><span class="nb">WriteLn</span><span class="w"> </span><span class="n">FairyRing</span><span class="o">.</span><span class="n">Teleport</span><span class="p">(</span><span class="s">&#39;cip&#39;</span><span class="p">)</span><span class="o">;</span>
Expand All @@ -558,13 +559,14 @@ <h3>Example<a class="headerlink" href="#id22" title="Link to this heading"></
<hr class="docutils" />
<section id="fairyring-walkteleport">
<h2>FairyRing.WalkTeleport<a class="headerlink" href="#fairyring-walkteleport" title="Link to this heading"></a></h2>
<div class="highlight-pascal notranslate"><div class="highlight"><pre><span></span><span class="k">function</span><span class="w"> </span><span class="nc">TRSFairyRing</span><span class="o">.</span><span class="nf">Teleport</span><span class="p">(</span><span class="n">code</span><span class="o">:</span><span class="w"> </span><span class="k">String</span><span class="p">)</span><span class="o">:</span><span class="w"> </span><span class="kt">Boolean</span><span class="o">;</span>
<div class="highlight-pascal notranslate"><div class="highlight"><pre><span></span><span class="k">function</span><span class="w"> </span><span class="nc">TRSFairyRing</span><span class="o">.</span><span class="nf">WalkTeleport</span><span class="p">(</span><span class="n">code</span><span class="o">:</span><span class="w"> </span><span class="k">String</span><span class="p">)</span><span class="o">:</span><span class="w"> </span><span class="kt">Boolean</span><span class="o">;</span>
</pre></div>
</div>
<p>Teleports the user to the specified fairy ring code.
If the fairy ring interface is not open, the <strong>RSObject</strong> will be used to find the closest one and open it.
If the fairy ring is not visible, we will walk to it.
If the code is on the right click context menu, it will be used.</p>
If the code is on the right click context menu, it will be used.
You can also optional pass in “Zanaris” or “BKS” to go to zanaris.</p>
<section id="id23">
<h3>Example<a class="headerlink" href="#id23" title="Link to this heading"></a></h3>
<div class="highlight-pascal notranslate"><div class="highlight"><pre><span></span><span class="nb">WriteLn</span><span class="w"> </span><span class="n">FairyRing</span><span class="o">.</span><span class="n">Teleport</span><span class="p">(</span><span class="s">&#39;cip&#39;</span><span class="p">)</span><span class="o">;</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit a248483

Please sign in to comment.