Difference between revisions of "DCS func send chat"

From DCS World Wiki - Hoggitworld.com
 
Line 45: Line 45:
 
|notes=  
 
|notes=  
 
}}
 
}}
[[Category:DCS Control Functions|setPause]]
+
[[Category:DCS Control Functions|send chat]]
 +
[[Category:Game Patch 2.5.0|send chat]]

Latest revision as of 22:51, 17 March 2022


Envrioment: Server
Function: send_chat Added with: 2.5.0
Member Of: net, net (gameGUI)
Syntax: net.send_chat(string message , boolean all)
Description: Sends a chat message.


Return Value:
Return Example:
Examples:
Related Functions: GameGUI API: send_chat, send_chat_to, recv_chat, load_mission, load_next_mission, get_player_list, get_my_player_id, get_server_id, get_player_info, kick, get_stat, get_name, get_slot, set_slot, force_player_slot, lua2json, json2lua, dostring_in, log, trace


Mission Net send_chat, send_chat_to, recv_chat, get_player_list, get_my_player_id, get_server_id, get_player_info, kick, get_stat, get_name, get_slot, set_slot, force_player_slot, lua2json, json2lua, dostring_in, log, trace

Notes: