mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user