MOOSE generated documentation [skip ci]

This commit is contained in:
FlightControl-User
2021-02-17 14:49:30 +00:00
parent c2caa91a3e
commit c82db6d1b3
23 changed files with 565 additions and 635 deletions

View File

@@ -2820,7 +2820,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code>Use this function to integrate with other systems.</code></pre>
<pre class="example"><code>Use this function to integrate with other systems, example
local SamSet = SET_GROUP:New():FilterPrefixes("Blue SAM"):FilterCoalitions("blue"):FilterStart()
myshorad = SHORAD:New("BlueShorad", "Blue SHORAD", SamSet, 22000, 600, "blue")
myshorad:SwitchDebug(true)
mymantis = MANTIS:New("BlueMantis","Blue SAM","Blue EWR",nil,"blue",false,"Blue Awacs")
mymantis:AddShorad(myshorad,720)
mymantis:Start()</code></pre>
</div>