You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5211 lines
59 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: exports</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: exports</h1>
<section>
<header>
<h2><span class="attribs"><span class="type-signature"></span></span>exports<span class="signature">()</span><span class="type-signature"></span></h2>
<div class="class-description">A component which represents a single, programmable game board.</div>
</header>
<article>
<div class="container-overview">
<h2>Constructor</h2>
<h4 class="name" id="exports"><span class="type-signature"></span>new exports<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line47">line 47</a>
</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">Extends</h3>
<ul>
<li>Component</li>
</ul>
<h3 class="subsection-title">Members</h3>
<h4 class="name" id="bound_fns"><span class="type-signature"></span>bound_fns<span class="type-signature"> :Array.&lt;function()></span></h4>
<div class="description">
Array of functions bound to event listeners. Used to
remove event listeners on destroy.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;function()></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line89">line 89</a>
</li></ul></dd>
</dl>
<h4 class="name" id="bound_fns"><span class="type-signature"></span>bound_fns<span class="type-signature"> :Array.&lt;function()></span></h4>
<div class="description">
Array of functions bound to event listeners. Used to
remove event listeners on destroy.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;function()></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line89">line 89</a>
</li></ul></dd>
</dl>
<h4 class="name" id="column_labels"><span class="type-signature"></span>column_labels<span class="type-signature"> :Array.&lt;string></span></h4>
<div class="description">
The various column labels to display.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;string></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line63">line 63</a>
</li></ul></dd>
</dl>
<h4 class="name" id="column_labels"><span class="type-signature"></span>column_labels<span class="type-signature"> :Array.&lt;string></span></h4>
<div class="description">
The various column labels to display.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;string></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line63">line 63</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_opponent_display"><span class="type-signature"></span>current_opponent_display<span class="type-signature"> :string</span></h4>
<div class="description">
The display name of the current opponent.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line146">line 146</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_opponent_display"><span class="type-signature"></span>current_opponent_display<span class="type-signature"> :string</span></h4>
<div class="description">
The display name of the current opponent.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line146">line 146</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_placement"><span class="type-signature"></span>current_placement<span class="type-signature"> :string</span></h4>
<div class="description">
The ship currently being placed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line76">line 76</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_placement"><span class="type-signature"></span>current_placement<span class="type-signature"> :string</span></h4>
<div class="description">
The ship currently being placed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line76">line 76</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_player_display"><span class="type-signature"></span>current_player_display<span class="type-signature"> :string</span></h4>
<div class="description">
The display name of the current player.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line140">line 140</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_player_display"><span class="type-signature"></span>current_player_display<span class="type-signature"> :string</span></h4>
<div class="description">
The display name of the current player.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line140">line 140</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_state"><span class="type-signature"></span>current_state<span class="type-signature"> :<a href="global.html#GameState">GameState</a>|undefined</span></h4>
<div class="description">
The current game state.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type"><a href="global.html#GameState">GameState</a></span>
|
<span class="param-type">undefined</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line98">line 98</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_state"><span class="type-signature"></span>current_state<span class="type-signature"> :<a href="global.html#GameState">GameState</a>|undefined</span></h4>
<div class="description">
The current game state.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type"><a href="global.html#GameState">GameState</a></span>
|
<span class="param-type">undefined</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line98">line 98</a>
</li></ul></dd>
</dl>
<h4 class="name" id="GameState"><span class="type-signature"></span>GameState<span class="type-signature"> :object</span></h4>
<div class="description">
Make the game state accessible w/in the template.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">object</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line92">line 92</a>
</li></ul></dd>
</dl>
<h4 class="name" id="GameState"><span class="type-signature"></span>GameState<span class="type-signature"> :object</span></h4>
<div class="description">
Make the game state accessible w/in the template.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">object</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line92">line 92</a>
</li></ul></dd>
</dl>
<h4 class="name" id="GridCellState"><span class="type-signature"></span>GridCellState<span class="type-signature"></span></h4>
<div class="description">
Make the "GridCellState" enum available in the template.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GridCell.component.js.html">components/GridCell.component.js</a>, <a href="components_GridCell.component.js.html#line30">line 30</a>
</li></ul></dd>
</dl>
<h4 class="name" id="GridCellState"><span class="type-signature"></span>GridCellState<span class="type-signature"></span></h4>
<div class="description">
Make the "GridCellState" enum available in the template.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GridCell.component.js.html">components/GridCell.component.js</a>, <a href="components_GridCell.component.js.html#line30">line 30</a>
</li></ul></dd>
</dl>
<h4 class="name" id="instructions"><span class="type-signature"></span>instructions<span class="type-signature"> :string</span></h4>
<div class="description">
The current instructions to be shown to the user.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line116">line 116</a>
</li></ul></dd>
</dl>
<h4 class="name" id="instructions"><span class="type-signature"></span>instructions<span class="type-signature"> :string</span></h4>
<div class="description">
The current instructions to be shown to the user.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line116">line 116</a>
</li></ul></dd>
</dl>
<h4 class="name" id="opponent_rows"><span class="type-signature"></span>opponent_rows<span class="type-signature"> :Array.&lt;Array.&lt;object>></span></h4>
<div class="description">
The opponent's grid data.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;Array.&lt;object>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line104">line 104</a>
</li></ul></dd>
</dl>
<h4 class="name" id="opponent_rows"><span class="type-signature"></span>opponent_rows<span class="type-signature"> :Array.&lt;Array.&lt;object>></span></h4>
<div class="description">
The opponent's grid data.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;Array.&lt;object>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line104">line 104</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_is_firing_missiles"><span class="type-signature"></span>player_is_firing_missiles<span class="type-signature"> :boolean</span></h4>
<div class="description">
True if the player should be able to fire missiles at their opponent.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line128">line 128</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_is_firing_missiles"><span class="type-signature"></span>player_is_firing_missiles<span class="type-signature"> :boolean</span></h4>
<div class="description">
True if the player should be able to fire missiles at their opponent.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line128">line 128</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_is_placing_ships"><span class="type-signature"></span>player_is_placing_ships<span class="type-signature"> :boolean</span></h4>
<div class="description">
True if the player should be able to place their ships.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line122">line 122</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_is_placing_ships"><span class="type-signature"></span>player_is_placing_ships<span class="type-signature"> :boolean</span></h4>
<div class="description">
True if the player should be able to place their ships.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line122">line 122</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_rows"><span class="type-signature"></span>player_rows<span class="type-signature"> :Array.&lt;Array.&lt;object>></span></h4>
<div class="description">
The player's grid data.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;Array.&lt;object>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line110">line 110</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_rows"><span class="type-signature"></span>player_rows<span class="type-signature"> :Array.&lt;Array.&lt;object>></span></h4>
<div class="description">
The player's grid data.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;Array.&lt;object>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line110">line 110</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ready"><span class="type-signature"></span>ready<span class="type-signature"> :boolean</span></h4>
<div class="description">
If true, the grid is ready to be rendered. If false,
the grid will be hidden.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line57">line 57</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ready"><span class="type-signature"></span>ready<span class="type-signature"> :boolean</span></h4>
<div class="description">
If true, the grid is ready to be rendered. If false,
the grid will be hidden.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line57">line 57</a>
</li></ul></dd>
</dl>
<h4 class="name" id="shift_pressed"><span class="type-signature"></span>shift_pressed<span class="type-signature"> :boolean</span></h4>
<div class="description">
Set to true when the shift key is pressed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line82">line 82</a>
</li></ul></dd>
</dl>
<h4 class="name" id="shift_pressed"><span class="type-signature"></span>shift_pressed<span class="type-signature"> :boolean</span></h4>
<div class="description">
Set to true when the shift key is pressed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line82">line 82</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ship_ghost_cells"><span class="type-signature"></span>ship_ghost_cells<span class="type-signature"> :Array.&lt;number></span></h4>
<div class="description">
Array of coordinates as [row_index, column_index] of cells which should
show a ghost ship overlay.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;number></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line70">line 70</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ship_ghost_cells"><span class="type-signature"></span>ship_ghost_cells<span class="type-signature"> :Array.&lt;number></span></h4>
<div class="description">
Array of coordinates as [row_index, column_index] of cells which should
show a ghost ship overlay.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;number></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line70">line 70</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ships_to_place"><span class="type-signature"></span>ships_to_place<span class="type-signature"> :Array.&lt;<a href="global.html#ShipType">ShipType</a>></span></h4>
<div class="description">
If in placement mode, the ships that are yet to be placed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;<a href="global.html#ShipType">ShipType</a>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line134">line 134</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ships_to_place"><span class="type-signature"></span>ships_to_place<span class="type-signature"> :Array.&lt;<a href="global.html#ShipType">ShipType</a>></span></h4>
<div class="description">
If in placement mode, the ships that are yet to be placed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;<a href="global.html#ShipType">ShipType</a>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line134">line 134</a>
</li></ul></dd>
</dl>
</article>
</section>
<section>
<header>
<h2><span class="attribs"><span class="type-signature"></span></span>exports<span class="signature">()</span><span class="type-signature"></span></h2>
<div class="class-description">A component which represents a single, programmable game board.</div>
</header>
<article>
<div class="container-overview">
<h2>Constructor</h2>
<h4 class="name" id="exports"><span class="type-signature"></span>new exports<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line47">line 47</a>
</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">Extends</h3>
<ul>
<li>Component</li>
</ul>
<h3 class="subsection-title">Members</h3>
<h4 class="name" id="bound_fns"><span class="type-signature"></span>bound_fns<span class="type-signature"> :Array.&lt;function()></span></h4>
<div class="description">
Array of functions bound to event listeners. Used to
remove event listeners on destroy.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;function()></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line89">line 89</a>
</li></ul></dd>
</dl>
<h4 class="name" id="bound_fns"><span class="type-signature"></span>bound_fns<span class="type-signature"> :Array.&lt;function()></span></h4>
<div class="description">
Array of functions bound to event listeners. Used to
remove event listeners on destroy.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;function()></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line89">line 89</a>
</li></ul></dd>
</dl>
<h4 class="name" id="column_labels"><span class="type-signature"></span>column_labels<span class="type-signature"> :Array.&lt;string></span></h4>
<div class="description">
The various column labels to display.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;string></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line63">line 63</a>
</li></ul></dd>
</dl>
<h4 class="name" id="column_labels"><span class="type-signature"></span>column_labels<span class="type-signature"> :Array.&lt;string></span></h4>
<div class="description">
The various column labels to display.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;string></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line63">line 63</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_opponent_display"><span class="type-signature"></span>current_opponent_display<span class="type-signature"> :string</span></h4>
<div class="description">
The display name of the current opponent.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line146">line 146</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_opponent_display"><span class="type-signature"></span>current_opponent_display<span class="type-signature"> :string</span></h4>
<div class="description">
The display name of the current opponent.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line146">line 146</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_placement"><span class="type-signature"></span>current_placement<span class="type-signature"> :string</span></h4>
<div class="description">
The ship currently being placed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line76">line 76</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_placement"><span class="type-signature"></span>current_placement<span class="type-signature"> :string</span></h4>
<div class="description">
The ship currently being placed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line76">line 76</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_player_display"><span class="type-signature"></span>current_player_display<span class="type-signature"> :string</span></h4>
<div class="description">
The display name of the current player.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line140">line 140</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_player_display"><span class="type-signature"></span>current_player_display<span class="type-signature"> :string</span></h4>
<div class="description">
The display name of the current player.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line140">line 140</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_state"><span class="type-signature"></span>current_state<span class="type-signature"> :<a href="global.html#GameState">GameState</a>|undefined</span></h4>
<div class="description">
The current game state.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type"><a href="global.html#GameState">GameState</a></span>
|
<span class="param-type">undefined</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line98">line 98</a>
</li></ul></dd>
</dl>
<h4 class="name" id="current_state"><span class="type-signature"></span>current_state<span class="type-signature"> :<a href="global.html#GameState">GameState</a>|undefined</span></h4>
<div class="description">
The current game state.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type"><a href="global.html#GameState">GameState</a></span>
|
<span class="param-type">undefined</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line98">line 98</a>
</li></ul></dd>
</dl>
<h4 class="name" id="GameState"><span class="type-signature"></span>GameState<span class="type-signature"> :object</span></h4>
<div class="description">
Make the game state accessible w/in the template.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">object</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line92">line 92</a>
</li></ul></dd>
</dl>
<h4 class="name" id="GameState"><span class="type-signature"></span>GameState<span class="type-signature"> :object</span></h4>
<div class="description">
Make the game state accessible w/in the template.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">object</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line92">line 92</a>
</li></ul></dd>
</dl>
<h4 class="name" id="GridCellState"><span class="type-signature"></span>GridCellState<span class="type-signature"></span></h4>
<div class="description">
Make the "GridCellState" enum available in the template.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GridCell.component.js.html">components/GridCell.component.js</a>, <a href="components_GridCell.component.js.html#line30">line 30</a>
</li></ul></dd>
</dl>
<h4 class="name" id="GridCellState"><span class="type-signature"></span>GridCellState<span class="type-signature"></span></h4>
<div class="description">
Make the "GridCellState" enum available in the template.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GridCell.component.js.html">components/GridCell.component.js</a>, <a href="components_GridCell.component.js.html#line30">line 30</a>
</li></ul></dd>
</dl>
<h4 class="name" id="instructions"><span class="type-signature"></span>instructions<span class="type-signature"> :string</span></h4>
<div class="description">
The current instructions to be shown to the user.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line116">line 116</a>
</li></ul></dd>
</dl>
<h4 class="name" id="instructions"><span class="type-signature"></span>instructions<span class="type-signature"> :string</span></h4>
<div class="description">
The current instructions to be shown to the user.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">string</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line116">line 116</a>
</li></ul></dd>
</dl>
<h4 class="name" id="opponent_rows"><span class="type-signature"></span>opponent_rows<span class="type-signature"> :Array.&lt;Array.&lt;object>></span></h4>
<div class="description">
The opponent's grid data.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;Array.&lt;object>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line104">line 104</a>
</li></ul></dd>
</dl>
<h4 class="name" id="opponent_rows"><span class="type-signature"></span>opponent_rows<span class="type-signature"> :Array.&lt;Array.&lt;object>></span></h4>
<div class="description">
The opponent's grid data.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;Array.&lt;object>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line104">line 104</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_is_firing_missiles"><span class="type-signature"></span>player_is_firing_missiles<span class="type-signature"> :boolean</span></h4>
<div class="description">
True if the player should be able to fire missiles at their opponent.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line128">line 128</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_is_firing_missiles"><span class="type-signature"></span>player_is_firing_missiles<span class="type-signature"> :boolean</span></h4>
<div class="description">
True if the player should be able to fire missiles at their opponent.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line128">line 128</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_is_placing_ships"><span class="type-signature"></span>player_is_placing_ships<span class="type-signature"> :boolean</span></h4>
<div class="description">
True if the player should be able to place their ships.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line122">line 122</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_is_placing_ships"><span class="type-signature"></span>player_is_placing_ships<span class="type-signature"> :boolean</span></h4>
<div class="description">
True if the player should be able to place their ships.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line122">line 122</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_rows"><span class="type-signature"></span>player_rows<span class="type-signature"> :Array.&lt;Array.&lt;object>></span></h4>
<div class="description">
The player's grid data.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;Array.&lt;object>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line110">line 110</a>
</li></ul></dd>
</dl>
<h4 class="name" id="player_rows"><span class="type-signature"></span>player_rows<span class="type-signature"> :Array.&lt;Array.&lt;object>></span></h4>
<div class="description">
The player's grid data.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;Array.&lt;object>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line110">line 110</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ready"><span class="type-signature"></span>ready<span class="type-signature"> :boolean</span></h4>
<div class="description">
If true, the grid is ready to be rendered. If false,
the grid will be hidden.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line57">line 57</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ready"><span class="type-signature"></span>ready<span class="type-signature"> :boolean</span></h4>
<div class="description">
If true, the grid is ready to be rendered. If false,
the grid will be hidden.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line57">line 57</a>
</li></ul></dd>
</dl>
<h4 class="name" id="shift_pressed"><span class="type-signature"></span>shift_pressed<span class="type-signature"> :boolean</span></h4>
<div class="description">
Set to true when the shift key is pressed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line82">line 82</a>
</li></ul></dd>
</dl>
<h4 class="name" id="shift_pressed"><span class="type-signature"></span>shift_pressed<span class="type-signature"> :boolean</span></h4>
<div class="description">
Set to true when the shift key is pressed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line82">line 82</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ship_ghost_cells"><span class="type-signature"></span>ship_ghost_cells<span class="type-signature"> :Array.&lt;number></span></h4>
<div class="description">
Array of coordinates as [row_index, column_index] of cells which should
show a ghost ship overlay.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;number></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line70">line 70</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ship_ghost_cells"><span class="type-signature"></span>ship_ghost_cells<span class="type-signature"> :Array.&lt;number></span></h4>
<div class="description">
Array of coordinates as [row_index, column_index] of cells which should
show a ghost ship overlay.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;number></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_GameBoard.component.js.html">components/GameBoard.component.js</a>, <a href="components_GameBoard.component.js.html#line70">line 70</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ships_to_place"><span class="type-signature"></span>ships_to_place<span class="type-signature"> :Array.&lt;<a href="global.html#ShipType">ShipType</a>></span></h4>
<div class="description">
If in placement mode, the ships that are yet to be placed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;<a href="global.html#ShipType">ShipType</a>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line134">line 134</a>
</li></ul></dd>
</dl>
<h4 class="name" id="ships_to_place"><span class="type-signature"></span>ships_to_place<span class="type-signature"> :Array.&lt;<a href="global.html#ShipType">ShipType</a>></span></h4>
<div class="description">
If in placement mode, the ships that are yet to be placed.
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.&lt;<a href="global.html#ShipType">ShipType</a>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="components_TopLevel.component.js.html">components/TopLevel.component.js</a>, <a href="components_TopLevel.component.js.html#line134">line 134</a>
</li></ul></dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="GameStateService.html">GameStateService</a></li><li><a href="InvalidAdvanceStateError.html">InvalidAdvanceStateError</a></li><li><a href="InvalidMissileFireAttemptError.html">InvalidMissileFireAttemptError</a></li><li><a href="InvalidShipPlacementError.html">InvalidShipPlacementError</a></li><li><a href="module.exports.html">exports</a></li><li><a href="Sound.html">Sound</a></li></ul><h3>Global</h3><ul><li><a href="global.html#appUrl">appUrl</a></li><li><a href="global.html#clone">clone</a></li><li><a href="global.html#confirm_player_change">confirm_player_change</a></li><li><a href="global.html#GameState">GameState</a></li><li><a href="global.html#GridCellState">GridCellState</a></li><li><a href="global.html#instructions">instructions</a></li><li><a href="global.html#is_ghost_cell">is_ghost_cell</a></li><li><a href="global.html#is_ship_cell">is_ship_cell</a></li><li><a href="global.html#isShipCell">isShipCell</a></li><li><a href="global.html#isValidTargetCell">isValidTargetCell</a></li><li><a href="global.html#on_cell_click">on_cell_click</a></li><li><a href="global.html#on_cell_hover">on_cell_hover</a></li><li><a href="global.html#on_keydown">on_keydown</a></li><li><a href="global.html#on_keyup">on_keyup</a></li><li><a href="global.html#on_missile_fired">on_missile_fired</a></li><li><a href="global.html#on_mouse_leave">on_mouse_leave</a></li><li><a href="global.html#on_ship_placed">on_ship_placed</a></li><li><a href="global.html#Player">Player</a></li><li><a href="global.html#props">props</a></li><li><a href="global.html#ship">ship</a></li><li><a href="global.html#ShipType">ShipType</a></li><li><a href="global.html#vue_on_create">vue_on_create</a></li><li><a href="global.html#vue_on_destroy">vue_on_destroy</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Sat Sep 12 2020 16:19:16 GMT-0500 (Central Daylight Time)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>