Updated docs with conversion formula from LMV speeds to prop speed offsets.

This commit is contained in:
Richard Helgeby 2010-07-25 21:53:14 +02:00
parent 5a97847ba5
commit 1518357b60
1 changed files with 4 additions and 0 deletions

View File

@ -1366,6 +1366,10 @@ the admin-only flag in the <span class="code">flags</span> attribute.</p>
<td class="parameter">0.0</td>
</tr>
</table>
<p>Formula for converting LMV speed into a prop speed offset:</p>
<blockquote><code><em>prop speed offset</em> = ((<em>lmv speed</em> / 300) * 250) - 250</code></blockquote>
<p>This calculation can be done directly on a calculator, without any use of parentheses
(they aren't needed in this one anyways).</p>
</td>
</tr>