-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathRemoteTech.html
More file actions
509 lines (393 loc) · 30 KB
/
RemoteTech.html
File metadata and controls
509 lines (393 loc) · 30 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RemoteTech — kOS 1.2.0.0 documentation</title>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="stylesheet" href="../_static/css/kos_theme.css" type="text/css" />
<link rel="author" title="About these documents"
href="../about.html"/>
<link rel="copyright" title="Copyright" href="../copyright.html"/>
<link rel="top" title="kOS 1.2.0.0 documentation" href="../index.html"/>
<link rel="up" title="Addon Reference" href="../addons.html"/>
<link rel="next" title="Kerbal Alarm Clock" href="KAC.html"/>
<link rel="prev" title="Action Groups Extended" href="AGX.html"/>
<script src="../_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="../contents.html" class="icon icon-home"> kOS
<img src="../_static/kos_logo_small.png" class="logo" />
</a>
<div class="version">
1.2.0.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../index.html">Home</a></li>
<li class="toctree-l1"><a class="reference internal" href="../contents.html">Table of Contents</a></li>
<li class="toctree-l1"><a class="reference internal" href="../downloads_links.html">Downloads and Links</a></li>
<li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a></li>
<li class="toctree-l1"><a class="reference internal" href="../library.html">Community Example Library</a></li>
<li class="toctree-l1"><a class="reference internal" href="../general.html">General</a></li>
<li class="toctree-l1"><a class="reference internal" href="../language.html">Language</a></li>
<li class="toctree-l1"><a class="reference internal" href="../math.html">Mathematics</a></li>
<li class="toctree-l1"><a class="reference internal" href="../commands.html">Commands</a></li>
<li class="toctree-l1"><a class="reference internal" href="../structures.html">Structures</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../addons.html">Addons</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="AGX.html">Action Groups Extended</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="">RemoteTech</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="KAC.html">Kerbal Alarm Clock</a></li>
<li class="toctree-l2"><a class="reference internal" href="IR.html">Infernal Robotics</a></li>
<li class="toctree-l2"><a class="reference internal" href="OrbitalScience.html">DMagic Orbital Science</a></li>
<li class="toctree-l2"><a class="reference internal" href="Trajectories.html">Trajectories</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../contribute.html">Contribute</a></li>
<li class="toctree-l1"><a class="reference internal" href="../changes.html">Changes</a></li>
<li class="toctree-l1"><a class="reference internal" href="../about.html">About</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../contents.html">kOS</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../contents.html">Docs</a> »</li>
<li><a href="../addons.html">Addon Reference</a> »</li>
<li>RemoteTech</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/addons/RemoteTech.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="remotetech">
<span id="id1"></span><h1>RemoteTech<a class="headerlink" href="#remotetech" title="Permalink to this headline">¶</a></h1>
<p>RemoteTech is a modification for Squad’s “Kerbal Space Program” (KSP) which overhauls the unmanned space program. It does this by requiring unmanned vessels have a connection to Kerbal Space Center (KSC) to be able to be controlled. This adds a new layer of difficulty that compensates for the lack of live crew members.</p>
<ul class="simple">
<li>Download: <a class="reference external" href="http://spacedock.info/mod/520/RemoteTech">http://spacedock.info/mod/520/RemoteTech</a></li>
<li>Sources: <a class="reference external" href="https://github.com/RemoteTechnologiesGroup/RemoteTech">https://github.com/RemoteTechnologiesGroup/RemoteTech</a></li>
<li>Documentation: <a class="reference external" href="http://remotetechnologiesgroup.github.io/RemoteTech/">http://remotetechnologiesgroup.github.io/RemoteTech/</a></li>
</ul>
<p>You can find out if the RemoteTech addon is available in the
current game installation by usng the boolean expression
<code class="docutils literal"><span class="pre">addons:available("RT")</span></code>.</p>
<div class="section" id="interaction-with-kos">
<h2>Interaction with kOS<a class="headerlink" href="#interaction-with-kos" title="Permalink to this headline">¶</a></h2>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<div class="last versionadded">
<p><span class="versionmodified">New in version v1.0.2: </span>kOS now supports access to connection informaion from a unified location.
See <a class="reference internal" href="../commands/communication.html#connectivitymanagers"><span>Connectivity Managers</span></a> for more
information. All of the previous implementation as detailed on this page
remains supported.</p>
</div>
</div>
<p>When you have RemoteTech installed you can only interact with the core’s terminal when you have a connection to KSC on any unmanned craft. Scripts launched when you still had a connection will continue to execute even if your unmanned craft loses connection to KSC. But you should note, that when there is no connection to KSC the archive volume is inaccessible. This will require you to plan ahead and copy necessary scripts for your mission to probe hard disk, if your kerbals and/or other scripts need to use them while not connected.</p>
<p>If you launch a manned craft while using RemoteTech, you are still able to input commands from the terminal even if you do not have a connection to the KSC. The archive will still be inaccessible without a connection to the KSC. Under the current implementation, there is no delay when accessing the archive with a local terminal. This implementation may change in the future to account for delays in reading and writing data over the connection.</p>
<div class="section" id="remote-tech-and-the-kos-gui-widgets">
<h3>Remote Tech and the kOS GUI widgets<a class="headerlink" href="#remote-tech-and-the-kos-gui-widgets" title="Permalink to this headline">¶</a></h3>
<div class="versionadded">
<p><span class="versionmodified">New in version v1.1.0.</span></p>
</div>
<p>The kOS <a class="reference internal" href="../structures/gui.html#gui"><span>GUI widget</span></a> system tries to
<a class="reference internal" href="../structures/gui.html#gui-delay"><span>obey the signal delay</span></a> imposed by RemoteTech,
when Remote Tech is installed. A user’s interaction with
GUI widgets on the screen will be subject to the same
signal delay rules as the interactive flying controls of the
ship.</p>
</div>
<div class="section" id="antennas">
<h3>Antennas<a class="headerlink" href="#antennas" title="Permalink to this headline">¶</a></h3>
<p>It is possible to activate/deactivate RT antennas, as well as set their targets using kOS:</p>
<div class="highlight-kerboscript"><div class="highlight"><pre><span></span><span class="k">SET</span> <span class="nv">P</span> <span class="ow">TO</span> <span class="nv">SHIP</span><span class="p">:</span><span class="nv">PARTSNAMED</span><span class="p">(</span><span class="s">"mediumDishAntenna"</span><span class="p">)[</span><span class="mf">0</span><span class="p">].</span>
<span class="k">SET</span> <span class="nv">M</span> <span class="ow">to</span> <span class="nv">p</span><span class="p">:</span><span class="nv">GETMODULE</span><span class="p">(</span><span class="s">"ModuleRTAntenna"</span><span class="p">).</span>
<span class="nv">M</span><span class="p">:</span><span class="nv">DOEVENT</span><span class="p">(</span><span class="s">"activate"</span><span class="p">).</span>
<span class="nv">M</span><span class="p">:</span><span class="nv">SETFIELD</span><span class="p">(</span><span class="s">"target"</span><span class="p">,</span> <span class="s">"Mission Control"</span><span class="p">).</span>
<span class="nv">M</span><span class="p">:</span><span class="nv">SETFIELD</span><span class="p">(</span><span class="s">"target"</span><span class="p">,</span> <span class="nv">mun</span><span class="p">).</span>
<span class="nv">M</span><span class="p">:</span><span class="nv">SETFIELD</span><span class="p">(</span><span class="s">"target"</span><span class="p">,</span> <span class="nv">somevessel</span><span class="p">).</span>
<span class="nv">M</span><span class="p">:</span><span class="nv">SETFIELD</span><span class="p">(</span><span class="s">"target"</span><span class="p">,</span> <span class="s">"minmus"</span><span class="p">).</span>
</pre></div>
</div>
<p>Acceptable values for <cite>“target”</cite> are:</p>
<ul class="simple">
<li><cite>“no-target”</cite></li>
<li><cite>“active-vessel”</cite></li>
<li>a <a class="reference internal" href="../structures/celestial_bodies/body.html#structure:BODY" title="BODY structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Body</span></code></a></li>
<li>a <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a></li>
<li>a string containing the name of a body or vessel</li>
<li>a string containing the name of a ground station (case-sensitive)</li>
</ul>
<p>You can use <a class="reference internal" href="#method:RTADDON:GROUNDSTATIONS" title="RTADDON:GROUNDSTATIONS method"><code class="xref ks ks-meth docutils literal"><span class="pre">RTADDON:GROUNDSTATIONS</span></code></a> to get a list of all ground stations. The default ground station is called <cite>“Mission Control”</cite>.</p>
</div>
<div class="section" id="communication">
<h3>Communication<a class="headerlink" href="#communication" title="Permalink to this headline">¶</a></h3>
<p>When installed RemoteTech will influence <a class="reference internal" href="../commands/communication.html#communication"><span>communication</span></a> between vessels. In order to send a message to another vessel a valid RemoteTech connection will have to exist between them
and of course messages will arrive to their destination with a proper delay. Documentation of <a class="reference internal" href="../structures/communication/connection.html#structure:CONNECTION" title="CONNECTION structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Connection</span></code></a> class contains further information on how RemoteTech will change the behaviour
of some of its suffixes.</p>
</div>
<div class="section" id="rtaddon">
<h3>RTAddon<a class="headerlink" href="#rtaddon" title="Permalink to this headline">¶</a></h3>
<p>Access structure RTAddon via <code class="docutils literal"><span class="pre">ADDONS:RT</span></code>.</p>
<dl class="structure">
<dt id="structure:RTADDON">
<em class="property">structure </em><code class="descname">RTAddon</code><a class="headerlink" href="#structure:RTADDON" title="Permalink to this definition">¶</a></dt>
<dd><table border="1" class="docutils">
<colgroup>
<col width="20%" />
<col width="20%" />
<col width="60%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Suffix</th>
<th class="head">Type</th>
<th class="head">Description</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td><a class="reference internal" href="#attribute:RTADDON:AVAILABLE" title="RTADDON:AVAILABLE attribute"><code class="xref ks ks-attr docutils literal"><span class="pre">AVAILABLE</span></code></a></td>
<td><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a> (readonly)</td>
<td>True if RT is installed and RT integration enabled. It is better to use <code class="docutils literal"><span class="pre">addons:available("IR")</span></code> for this.</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#method:RTADDON:DELAY" title="RTADDON:DELAY method"><code class="xref ks ks-meth docutils literal"><span class="pre">DELAY(vessel)</span></code></a></td>
<td><a class="reference internal" href="../math/scalar.html#structure:SCALAR" title="SCALAR structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Scalar</span></code></a></td>
<td>Get shortest possible delay to given <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a></td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#method:RTADDON:KSCDELAY" title="RTADDON:KSCDELAY method"><code class="xref ks ks-meth docutils literal"><span class="pre">KSCDELAY(vessel)</span></code></a></td>
<td><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></td>
<td>Get delay from KSC to given <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a></td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#method:RTADDON:ANTENNAHASCONNECTION" title="RTADDON:ANTENNAHASCONNECTION method"><code class="xref ks ks-meth docutils literal"><span class="pre">ANTENNAHASCONNECTION(part)</span></code></a></td>
<td><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></td>
<td>True if given <a class="reference internal" href="../structures/vessels/part.html#structure:PART" title="PART structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Part</span></code></a> has any connection</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#method:RTADDON:HASCONNECTION" title="RTADDON:HASCONNECTION method"><code class="xref ks ks-meth docutils literal"><span class="pre">HASCONNECTION(vessel)</span></code></a></td>
<td><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></td>
<td>True if given <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a> has any connection</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#method:RTADDON:HASKSCCONNECTION" title="RTADDON:HASKSCCONNECTION method"><code class="xref ks ks-meth docutils literal"><span class="pre">HASKSCCONNECTION(vessel)</span></code></a></td>
<td><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></td>
<td>True if given <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a> has connection to KSC</td>
</tr>
<tr class="row-even"><td><a class="reference internal" href="#method:RTADDON:HASLOCALCONTROL" title="RTADDON:HASLOCALCONTROL method"><code class="xref ks ks-meth docutils literal"><span class="pre">HASLOCALCONTROL(vessel)</span></code></a></td>
<td><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></td>
<td>True if given <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a> has local control</td>
</tr>
<tr class="row-odd"><td><a class="reference internal" href="#method:RTADDON:GROUNDSTATIONS" title="RTADDON:GROUNDSTATIONS method"><code class="xref ks ks-meth docutils literal"><span class="pre">GROUNDSTATIONS()</span></code></a></td>
<td><a class="reference internal" href="../structures/collections/list.html#structure:LIST" title="LIST structure"><code class="xref ks ks-struct docutils literal"><span class="pre">List</span></code></a> of <a class="reference internal" href="../structures/misc/string.html#structure:STRING" title="STRING structure"><code class="xref ks ks-struct docutils literal"><span class="pre">String</span></code></a></td>
<td>Get names of all ground stations</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="attribute">
<dt id="attribute:RTADDON:AVAILABLE">
RTADDON:<code class="descname">AVAILABLE</code><a class="headerlink" href="#attribute:RTADDON:AVAILABLE" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Type:</th><td class="field-body"><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></td>
</tr>
<tr class="field-even field"><th class="field-name">Access:</th><td class="field-body">Get only</td>
</tr>
</tbody>
</table>
<p>True if RT is installed and RT integration enabled.</p>
<p>It is better to use <code class="docutils literal"><span class="pre">ADDONS:AVAILABLE("RT")</span></code> first to discover if
RemoteTech is installed.</p>
</dd></dl>
<dl class="method">
<dt id="method:RTADDON:DELAY">
RTAddon:<code class="descname">DELAY</code><span class="sig-paren">(</span>vessel<span class="sig-paren">)</span><a class="headerlink" href="#method:RTADDON:DELAY" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>vessel</strong> – <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a></li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">(<a class="reference internal" href="../math/scalar.html#structure:SCALAR" title="SCALAR structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Scalar</span></code></a>) seconds</p>
</td>
</tr>
</tbody>
</table>
<p>Returns shortest possible delay for <cite>vessel</cite> (Will be less than KSC delay if you have a local command post).</p>
</dd></dl>
<dl class="method">
<dt id="method:RTADDON:KSCDELAY">
RTAddon:<code class="descname">KSCDELAY</code><span class="sig-paren">(</span>vessel<span class="sig-paren">)</span><a class="headerlink" href="#method:RTADDON:KSCDELAY" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>vessel</strong> – <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a></li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">(<a class="reference internal" href="../math/scalar.html#structure:SCALAR" title="SCALAR structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Scalar</span></code></a>) seconds</p>
</td>
</tr>
</tbody>
</table>
<p>Returns delay in seconds from KSC to <cite>vessel</cite>.</p>
</dd></dl>
<dl class="method">
<dt id="method:RTADDON:ANTENNAHASCONNECTION">
RTAddon:<code class="descname">ANTENNAHASCONNECTION</code><span class="sig-paren">(</span>part<span class="sig-paren">)</span><a class="headerlink" href="#method:RTADDON:ANTENNAHASCONNECTION" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>part</strong> – <a class="reference internal" href="../structures/vessels/part.html#structure:PART" title="PART structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Part</span></code></a></li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></p>
</td>
</tr>
</tbody>
</table>
<p>Returns True if <cite>part</cite> has any connection (including to local command posts).</p>
</dd></dl>
<dl class="method">
<dt id="method:RTADDON:HASCONNECTION">
RTAddon:<code class="descname">HASCONNECTION</code><span class="sig-paren">(</span>vessel<span class="sig-paren">)</span><a class="headerlink" href="#method:RTADDON:HASCONNECTION" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>vessel</strong> – <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a></li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></p>
</td>
</tr>
</tbody>
</table>
<p>Returns True if <cite>vessel</cite> has any connection (including to local command posts).</p>
</dd></dl>
<dl class="method">
<dt id="method:RTADDON:HASKSCCONNECTION">
RTAddon:<code class="descname">HASKSCCONNECTION</code><span class="sig-paren">(</span>vessel<span class="sig-paren">)</span><a class="headerlink" href="#method:RTADDON:HASKSCCONNECTION" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>vessel</strong> – <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a></li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></p>
</td>
</tr>
</tbody>
</table>
<p>Returns True if <cite>vessel</cite> has connection to KSC.</p>
</dd></dl>
<dl class="method">
<dt id="method:RTADDON:HASLOCALCONTROL">
RTAddon:<code class="descname">HASLOCALCONTROL</code><span class="sig-paren">(</span>vessel<span class="sig-paren">)</span><a class="headerlink" href="#method:RTADDON:HASLOCALCONTROL" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>vessel</strong> – <a class="reference internal" href="../structures/vessels/vessel.html#structure:VESSEL" title="VESSEL structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Vessel</span></code></a></li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><a class="reference internal" href="../structures/misc/boolean.html#structure:BOOLEAN" title="BOOLEAN structure"><code class="xref ks ks-struct docutils literal"><span class="pre">Boolean</span></code></a></p>
</td>
</tr>
</tbody>
</table>
<p>Returns True if <cite>vessel</cite> has local control (and thus not requiring a RemoteTech connection).</p>
</dd></dl>
<dl class="method">
<dt id="method:RTADDON:GROUNDSTATIONS">
RTAddon:<code class="descname">GROUNDSTATIONS</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#method:RTADDON:GROUNDSTATIONS" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><a class="reference internal" href="../structures/collections/list.html#structure:LIST" title="LIST structure"><code class="xref ks ks-struct docutils literal"><span class="pre">List</span></code></a> of <a class="reference internal" href="../structures/misc/string.html#structure:STRING" title="STRING structure"><code class="xref ks ks-struct docutils literal"><span class="pre">String</span></code></a></td>
</tr>
</tbody>
</table>
<p>Returns names of all RT ground stations</p>
</dd></dl>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="KAC.html" class="btn btn-neutral float-right" title="Kerbal Alarm Clock" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="AGX.html" class="btn btn-neutral" title="Action Groups Extended" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© <a href="../copyright.html">Copyright</a> 2013-2017, Developed and maintained by kOS Team, Originally By Nivekk.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'1.2.0.0',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html>