groupChat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 11: Line 11:
'''Type of returned value:'''
'''Type of returned value:'''


Nothing
[[Nothing]]


'''Description:'''
'''Description:'''


Type text to group radio channel.<br>
Type text to group radio channel.<br>
''Note:'' This function only types text to the list, it does not broadcast the message.<br>
'''Note:''' This function only types text to the list, it does not broadcast the message.<br>
If you want the message to show on all computers, you have to execute it on them.
If you want the message to show on all computers, you have to execute it on them.



Revision as of 11:10, 16 April 2006

back to COMREF

unit groupChat chatText


Operand types:

unit: Object
chatText: String

Type of returned value:

Nothing

Description:

Type text to group radio channel.
Note: This function only types text to the list, it does not broadcast the message.
If you want the message to show on all computers, you have to execute it on them.


Example:

soldierOne groupChat "Show this text"