Updated warps

This commit is contained in:
Cooldude2606
2019-10-13 00:25:31 +01:00
parent cf1515c1c8
commit 06030ff2c2
99 changed files with 1517 additions and 1120 deletions

View File

@@ -288,7 +288,7 @@ Tasks.update_task(task_id,<span class="string">'We need more iron!'</span>,game.
</thead>
<tbody>
<tr>
<td class="name"><a href="#add_task">add_task(force_name[, task_number][, player_name])</a></td>
<td class="name"><a href="#add_task">add_task(force_name[, task_number][, player_name][, task_message])</a></td>
<td class="summary">Add a new task for a force, the task can be placed into a certain position for that force</td>
</tr>
<tr>
@@ -597,7 +597,7 @@ Tasks.update_task(task_id,<span class="string">'We need more iron!'</span>,game.
<div class="divider divider-custom"></div>
<div class="block section-item-header">
<a href="#add_task" class="fragment-hashtag">#</a>
<span class="section-item-title" id="add_task">add_task(force_name[, task_number][, player_name])</span>
<span class="section-item-title" id="add_task">add_task(force_name[, task_number][, player_name][, task_message])</span>
</div>
</dt>
<dd>
@@ -662,6 +662,23 @@ Tasks.update_task(task_id,<span class="string">'We need more iron!'</span>,game.
</li>
<li class="section-subitem-li">
<strong><em>task_message</em></strong>
<strong> : </strong>
(<span class="types"><a class="type" href="http://lua-api.factorio.com/latest/Builtin-Types.html#string">string</a></span>)
the message that is used for this task, if not given default is used
(<em>optional</em>)
</li>
</ul>
<!-- parameters end -->
@@ -981,7 +998,7 @@ Tasks.update_task(task_id,<span class="string">'We need more iron!'</span>,game.
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
</div>
<div class="content-footer column col-9 col-sm-12">
<i>Last updated 2019-10-11 23:24:57 UTC</i>
<i>Last updated 2019-10-13 00:25:15 UTC</i>
</div>
</div>
</div>