MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-10-17 15:13:08 +00:00
parent d4ca00b69d
commit 882677e0b2
29 changed files with 1302 additions and 480 deletions

View File

@@ -6496,15 +6496,15 @@ end
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> -- Create a new zone and start watching it every 5 secs for a certain GROUP entering or leaving
<pre class="example"><code> -- Create a new zone and start watching it every 5 secs for a defined GROUP entering or leaving
local triggerzone = ZONE:New("ZonetoWatch"):Trigger(GROUP:FindByName("Aerial-1"))
-- function to handle FSM event "EnteredZone"
-- This FSM function will be called when the group enters the zone
function triggerzone:OnAfterEnteredZone(From,Event,To,Group)
MESSAGE:New("Group has entered zone!",15):ToAll()
end
-- function to handle FSM event "LeftZone"
-- This FSM function will be called when the group leaves the zone
function triggerzone:OnAfterLeftZone(From,Event,To,Group)
MESSAGE:New("Group has left zone!",15):ToAll()
end
@@ -11900,17 +11900,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(ZONE_ELASTIC).updateID" ><strong>ZONE_ELASTIC.updateID</strong></a>
</div>
</div>