sendUDPMessage: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "Category:Arma 2: Operation Arrowhead: New Scripting Commands List" to "Category:Arma 2: Operation Arrowhead: New Scripting Commands") |
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
||
Line 5: | Line 5: | ||
|1.51 | |1.51 | ||
|gr1 = Multiplayer | |gr1= Multiplayer | ||
| Send message to given address using UDP protocol. Returns false if the message has not been delivered | | Send message to given address using UDP protocol. Returns false if the message has not been delivered |
Revision as of 12:48, 11 April 2021
Description
- Description:
- Description needed
- Groups:
- Multiplayer
Syntax
- Syntax:
- Syntax needed
- Parameters:
- ip: String
- port: Number
- message: String
- Return Value:
- Return value needed
Examples
- Example 1:
_bool = sendUDPMessage ["192.168.0.1", 2302, "Here goes you message..."];
Additional Information
- See also:
- sendAUMessage
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