Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tmf:artillerymodule [2016/09/10 09:38] – head | tmf:artillerymodule [2025/08/03 14:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Artillery module ===== | ===== Artillery module ===== | ||
| - | [[{{: | + | {{: |
| Is a module to handle firing artillery onto one or more areas. | Is a module to handle firing artillery onto one or more areas. | ||
| Line 25: | Line 25: | ||
| === Rounds per salvo === | === Rounds per salvo === | ||
| - | How many rounds **each **artillery will fire. | + | How many rounds **each **artillery |
| - | === Magazine | + | === Magazine === |
| - | The round to fire. | + | The type of magazine (rounds) |
| - | If the string itself doesn' | + | If the string itself doesn' |
| + | |||
| + | <code c++> | ||
| + | copyToClipboard str (magazines vehicle player) | ||
| + | </ | ||
| + | |||
| + | in the debug console to copy a list of the available magazines to your clipboard. | ||
| ==== Setup ==== | ==== Setup ==== | ||
| Line 38: | Line 44: | ||
| The [[: | The [[: | ||
| - | {{http:// | + | {{http:// |
| + | |||
| + | ===== Additional Notes ===== | ||
| + | |||
| + | If module is linked to multiple vehicles and multiple TMF areas, the units will pick one of the areas to fire at each salvo. | ||