groupChat: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")  | 
				Lou Montana (talk | contribs)  m (Text replacement - "\[\[Category:Scripting Commands OFP 1.[4-9]{2}(\|(\{\{uc:\{\{PAGENAME\}\}\}\}|#))?\]\] " to "")  | 
				||
| Line 37: | Line 37: | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]  | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]  | ||
{{GameCategory|arma1|Scripting Commands}}  | {{GameCategory|arma1|Scripting Commands}}  | ||
{{GameCategory|arma2|Scripting Commands}}  | {{GameCategory|arma2|Scripting Commands}}  | ||
{{GameCategory|arma3|Scripting Commands}}  | {{GameCategory|arma3|Scripting Commands}}  | ||
{{GameCategory|tkoh|Scripting Commands}}  | {{GameCategory|tkoh|Scripting Commands}}  | ||
Revision as of 23:20, 24 March 2021
Description
- Description:
 - Description needed
 - Groups:
 - Radio and Chat
 
Syntax
- Syntax:
 - Syntax needed
 - Parameters:
 - unitName: Object - unit transmitting message
 - chatText: String - message to transmit
 - Return Value:
 - Return value needed
 
Examples
- Example 1:
 _soldierOne groupChat "Show this text";- Example 2:
 - 
driver vehicle player sideChat "sideChat"; driver vehicle player globalChat "globalChat"; driver vehicle player groupChat "groupChat"; vehicle player vehicleChat "vehicleChat"; driver vehicle player commandChat "commandChat"; driver vehicle player customChat [1, "customChat"]; systemChat "systemChat";
 
Additional Information
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 
	