Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2025-01-27 17:49:01 +00:00
parent fb6e1dfca1
commit 46e70029a6
112 changed files with 20039 additions and 965 deletions

View File

@@ -3511,6 +3511,18 @@ The different values of Unit.Category can be:</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_AREAS).GetParent">DETECTION_AREAS:GetParent(Child, FromClass)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>This is the worker method to retrieve the Parent class.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_AREAS).GetProperties">DETECTION_AREAS:GetProperties()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get all of the properties of an object in a table.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_AREAS).GetProperty">DETECTION_AREAS:GetProperty(Key)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get one property of an object by the key.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3797,6 +3809,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_AREAS).OnEventUnitLost">DETECTION_AREAS:OnEventUnitLost(EventData)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Occurs when the game thinks an object is destroyed.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_AREAS).Properties">DETECTION_AREAS.Properties</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -3827,6 +3845,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_AREAS).SetEventPriority">DETECTION_AREAS:SetEventPriority(EventPriority)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the Class <a href="Core.Event.html">Core.Event</a> processing Priority.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_AREAS).SetProperty">DETECTION_AREAS:SetProperty(Key, Value)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set one property of an object.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5185,6 +5209,18 @@ The different values of Unit.Category can be:</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_BASE).GetParent">DETECTION_BASE:GetParent(Child, FromClass)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>This is the worker method to retrieve the Parent class.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_BASE).GetProperties">DETECTION_BASE:GetProperties()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get all of the properties of an object in a table.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_BASE).GetProperty">DETECTION_BASE:GetProperty(Key)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get one property of an object by the key.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5471,6 +5507,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_BASE).OnEventUnitLost">DETECTION_BASE:OnEventUnitLost(EventData)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Occurs when the game thinks an object is destroyed.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_BASE).Properties">DETECTION_BASE.Properties</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -5501,6 +5543,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_BASE).SetEventPriority">DETECTION_BASE:SetEventPriority(EventPriority)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the Class <a href="Core.Event.html">Core.Event</a> processing Priority.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_BASE).SetProperty">DETECTION_BASE:SetProperty(Key, Value)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set one property of an object.</p>
</td>
</tr>
<tr class="w3-border">
@@ -7176,6 +7224,18 @@ The different values of Unit.Category can be:</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_TYPES).GetParent">DETECTION_TYPES:GetParent(Child, FromClass)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>This is the worker method to retrieve the Parent class.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_TYPES).GetProperties">DETECTION_TYPES:GetProperties()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get all of the properties of an object in a table.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_TYPES).GetProperty">DETECTION_TYPES:GetProperty(Key)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get one property of an object by the key.</p>
</td>
</tr>
<tr class="w3-border">
@@ -7462,6 +7522,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_TYPES).OnEventUnitLost">DETECTION_TYPES:OnEventUnitLost(EventData)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Occurs when the game thinks an object is destroyed.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_TYPES).Properties">DETECTION_TYPES.Properties</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -7492,6 +7558,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_TYPES).SetEventPriority">DETECTION_TYPES:SetEventPriority(EventPriority)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the Class <a href="Core.Event.html">Core.Event</a> processing Priority.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_TYPES).SetProperty">DETECTION_TYPES:SetProperty(Key, Value)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set one property of an object.</p>
</td>
</tr>
<tr class="w3-border">
@@ -8925,6 +8997,18 @@ The different values of Unit.Category can be:</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_UNITS).GetParent">DETECTION_UNITS:GetParent(Child, FromClass)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>This is the worker method to retrieve the Parent class.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_UNITS).GetProperties">DETECTION_UNITS:GetProperties()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get all of the properties of an object in a table.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_UNITS).GetProperty">DETECTION_UNITS:GetProperty(Key)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get one property of an object by the key.</p>
</td>
</tr>
<tr class="w3-border">
@@ -9211,6 +9295,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_UNITS).OnEventUnitLost">DETECTION_UNITS:OnEventUnitLost(EventData)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Occurs when the game thinks an object is destroyed.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_UNITS).Properties">DETECTION_UNITS.Properties</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
@@ -9241,6 +9331,12 @@ Have a look at the class <a href="Core.Event.html##(EVENT)">Core.Event#EVENT</a>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_UNITS).SetEventPriority">DETECTION_UNITS:SetEventPriority(EventPriority)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set the Class <a href="Core.Event.html">Core.Event</a> processing Priority.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DETECTION_UNITS).SetProperty">DETECTION_UNITS:SetProperty(Key, Value)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set one property of an object.</p>
</td>
</tr>
<tr class="w3-border">
@@ -17157,6 +17253,78 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_AREAS).GetProperties" ><strong>DETECTION_AREAS:GetProperties()</strong></a></h2>
</div>
<p>Get all of the properties of an object in a table.</p>
<div id= "#Functions##GetProperties" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#table:</p>
</div>
<div class="w3-half">
<p>of values, indexed by keys.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_AREAS).GetProperty" ><strong>DETECTION_AREAS:GetProperty(Key)</strong></a></h2>
</div>
<p>Get one property of an object by the key.</p>
<div id= "#Functions##GetProperty" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Key</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The key that is used as a reference of the value. Note that the key can be a #string, but it can also be any other type!</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
</div>
<div class="w3-half">
<p>Value The value that is stored. Note that the value can be a #string, but it can also be any other type! Nil if not found. </p>
</div>
</div>
</div>
</div>
</div>
@@ -19254,6 +19422,50 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_AREAS).SetProperty" ><strong>DETECTION_AREAS:SetProperty(Key, Value)</strong></a></h2>
</div>
<p>Set one property of an object.</p>
<div id= "#Functions##SetProperty" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Key</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The key that is used as a reference of the value. Note that the key can be a #string, but it can also be any other type!</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Value</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The value that is stored. Note that the value can be a #string, but it can also be any other type!</p>
</div>
</div>
</div>
</div>
</div>
@@ -20000,6 +20212,17 @@ 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">
#number
<a id="#(DETECTION_BASE).DetectedItemMax" ><strong>DETECTION_BASE.DetectedItemMax</strong></a>
</div>
</div>
@@ -20149,7 +20372,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
@@ -24754,6 +24977,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(DETECTION_BASE).DetectedItemMax" ><strong>DETECTION_BASE.DetectedItemMax</strong></a>
</div>
</div>
@@ -24903,7 +25137,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
@@ -26496,6 +26730,17 @@ zones that reflect cloudy areas where detected units may not be so easily visual
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(DETECTION_BASE).DetectedItemMax" ><strong>DETECTION_BASE.DetectedItemMax</strong></a>
</div>
</div>
@@ -26645,7 +26890,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#number
<a id="#(DETECTION_BASE).RefreshTimeInterval" ><strong>DETECTION_BASE.RefreshTimeInterval</strong></a>
@@ -27627,6 +27872,78 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_BASE).GetProperties" ><strong>DETECTION_BASE:GetProperties()</strong></a></h2>
</div>
<p>Get all of the properties of an object in a table.</p>
<div id= "#Functions##GetProperties" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#table:</p>
</div>
<div class="w3-half">
<p>of values, indexed by keys.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_BASE).GetProperty" ><strong>DETECTION_BASE:GetProperty(Key)</strong></a></h2>
</div>
<p>Get one property of an object by the key.</p>
<div id= "#Functions##GetProperty" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Key</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The key that is used as a reference of the value. Note that the key can be a #string, but it can also be any other type!</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
</div>
<div class="w3-half">
<p>Value The value that is stored. Note that the value can be a #string, but it can also be any other type! Nil if not found. </p>
</div>
</div>
</div>
</div>
</div>
@@ -29724,6 +30041,50 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_BASE).SetProperty" ><strong>DETECTION_BASE:SetProperty(Key, Value)</strong></a></h2>
</div>
<p>Set one property of an object.</p>
<div id= "#Functions##SetProperty" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Key</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The key that is used as a reference of the value. Note that the key can be a #string, but it can also be any other type!</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Value</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The value that is stored. Note that the value can be a #string, but it can also be any other type!</p>
</div>
</div>
</div>
</div>
</div>
@@ -38099,6 +38460,78 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_TYPES).GetProperties" ><strong>DETECTION_TYPES:GetProperties()</strong></a></h2>
</div>
<p>Get all of the properties of an object in a table.</p>
<div id= "#Functions##GetProperties" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#table:</p>
</div>
<div class="w3-half">
<p>of values, indexed by keys.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_TYPES).GetProperty" ><strong>DETECTION_TYPES:GetProperty(Key)</strong></a></h2>
</div>
<p>Get one property of an object by the key.</p>
<div id= "#Functions##GetProperty" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Key</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The key that is used as a reference of the value. Note that the key can be a #string, but it can also be any other type!</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
</div>
<div class="w3-half">
<p>Value The value that is stored. Note that the value can be a #string, but it can also be any other type! Nil if not found. </p>
</div>
</div>
</div>
</div>
</div>
@@ -40196,6 +40629,50 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_TYPES).SetProperty" ><strong>DETECTION_TYPES:SetProperty(Key, Value)</strong></a></h2>
</div>
<p>Set one property of an object.</p>
<div id= "#Functions##SetProperty" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Key</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The key that is used as a reference of the value. Note that the key can be a #string, but it can also be any other type!</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Value</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The value that is stored. Note that the value can be a #string, but it can also be any other type!</p>
</div>
</div>
</div>
</div>
</div>
@@ -48194,6 +48671,78 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_UNITS).GetProperties" ><strong>DETECTION_UNITS:GetProperties()</strong></a></h2>
</div>
<p>Get all of the properties of an object in a table.</p>
<div id= "#Functions##GetProperties" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#table:</p>
</div>
<div class="w3-half">
<p>of values, indexed by keys.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_UNITS).GetProperty" ><strong>DETECTION_UNITS:GetProperty(Key)</strong></a></h2>
</div>
<p>Get one property of an object by the key.</p>
<div id= "#Functions##GetProperty" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Key</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The key that is used as a reference of the value. Note that the key can be a #string, but it can also be any other type!</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
</div>
<div class="w3-half">
<p>Value The value that is stored. Note that the value can be a #string, but it can also be any other type! Nil if not found. </p>
</div>
</div>
</div>
</div>
</div>
@@ -50291,6 +50840,50 @@ reflecting the order of the classes subscribed to the Event to be processed.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DETECTION_UNITS).SetProperty" ><strong>DETECTION_UNITS:SetProperty(Key, Value)</strong></a></h2>
</div>
<p>Set one property of an object.</p>
<div id= "#Functions##SetProperty" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p><a href="Core.Base.html##(BASE)">Core.Base#BASE</a></p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Key</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The key that is used as a reference of the value. Note that the key can be a #string, but it can also be any other type!</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<strong><strong>Value</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The value that is stored. Note that the value can be a #string, but it can also be any other type!</p>
</div>
</div>
</div>
</div>
</div>