sendAUMessage: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 0.50


|0.50|= Game version
|gr1= Multiplayer
____________________________________________________________________________________________


| Send the command to the list of clients. |= Description
|descr= Send the command to the list of clients.
____________________________________________________________________________________________


| '''sendAUMessage''' [clientList, command] |= Syntax
|s1= [[sendAUMessage]] [clientList, command]


|p1= [clientList, command]: [[Array]] |= PARAMETER1
|p1= clientList: [[Array]]


|p2= clientList: [[Array]] |= PARAMETER2
|p2= command: [[String]]


|p3= command: [[String]] |= PARAMETER3
|r1= [[Nothing]]


| [[Nothing]] |= RETURNVALUE
|x1= <sqf>sendAUMessage [[dpnid1, dpnid2], "ConnectTo: 192.168.1.66"];</sqf>


 
|seealso= [[sendUDPMessage]]
|x1= <code>sendAUMessage <nowiki>[[</nowiki>dpnid1, dpnid2], "ConnectTo: 192.168.1.66"]</code>|= EXAMPLE1
 
____________________________________________________________________________________________
 
|  |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:14, 13 May 2022

Hover & click on the images for description

Description

Description:
Send the command to the list of clients.
Groups:
Multiplayer

Syntax

Syntax:
sendAUMessage [clientList, command]
Parameters:
clientList: Array
command: String
Return Value:
Nothing

Examples

Example 1:
sendAUMessage [[dpnid1, dpnid2], "ConnectTo: 192.168.1.66"];

Additional Information

See also:
sendUDPMessage

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note