mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-26 19:24:43 +02:00
Oppdaterer Javadoc
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="no">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_201) on Tue May 05 15:44:52 CEST 2020 -->
|
||||
<!-- Generated by javadoc (1.8.0_172) on Thu May 07 19:14:45 CEST 2020 -->
|
||||
<title>RoboRallyWrapper</title>
|
||||
<meta name="date" content="2020-05-05">
|
||||
<meta name="date" content="2020-05-07">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -249,7 +249,7 @@ implements <a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html" tit
|
||||
<tr id="i6" class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../inf112/fiasko/roborally/ui/RoboRallyWrapper.html#quit-java.lang.String-">quit</a></span>(java.lang.String string)</code>
|
||||
<div class="block">Quits the game after logging the input as an error</div>
|
||||
<div class="block">Quits the game in whatever way is appropriate</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i7" class="rowColor">
|
||||
@ -468,12 +468,13 @@ implements <a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html" tit
|
||||
<li class="blockList">
|
||||
<h4>quit</h4>
|
||||
<pre>public void quit(java.lang.String string)</pre>
|
||||
<div class="block">Quits the game after logging the input as an error</div>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html#quit-java.lang.String-">RoboRallyUI</a></code></span></div>
|
||||
<div class="block">Quits the game in whatever way is appropriate</div>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
|
||||
<dd><code><a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html#quit-java.lang.String-">quit</a></code> in interface <code><a href="../../../../inf112/fiasko/roborally/ui/RoboRallyUI.html" title="interface in inf112.fiasko.roborally.ui">RoboRallyUI</a></code></dd>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>string</code> - The error causing the game to quit</dd>
|
||||
<dd><code>string</code> - The message describing why the game quit</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user