Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-11-08 10:26:39 +00:00
parent 509217a013
commit 464d0bfd8e
31 changed files with 976 additions and 597 deletions

View File

@@ -2660,6 +2660,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(EVENTDATA).IniPlayerName">EVENTDATA.IniPlayerName</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(UNIT) The name of the initiating player in case the Unit is a client or player slot.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(EVENTDATA).IniPlayerUCID">EVENTDATA.IniPlayerUCID</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(UNIT) The UCID of the initiating player in case the Unit is a client or player slot and on a multi-player server.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2788,6 +2794,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(EVENTDATA).TgtPlayerName">EVENTDATA.TgtPlayerName</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(UNIT) The name of the target player in case the Unit is a client or player slot.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(EVENTDATA).TgtPlayerUCID">EVENTDATA.TgtPlayerUCID</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>(UNIT) The UCID of the target player in case the Unit is a client or player slot and on a multi-player server.</p>
</td>
</tr>
<tr class="w3-border">
@@ -8733,6 +8745,17 @@ Note that at the beginning of each field description, there is an indication whi
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(EVENTDATA).IniPlayerUCID" ><strong>EVENTDATA.IniPlayerUCID</strong></a>
<p>(UNIT) The UCID of the initiating player in case the Unit is a client or player slot and on a multi-player server.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
@@ -8966,6 +8989,17 @@ Note that at the beginning of each field description, there is an indication whi
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#string
<a id="#(EVENTDATA).TgtPlayerUCID" ><strong>EVENTDATA.TgtPlayerUCID</strong></a>
<p>(UNIT) The UCID of the target player in case the Unit is a client or player slot and on a multi-player server.</p>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">