sideChat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:




<h2 style="color:#000066">'''sideChat ''chatText'''''</h2>
<h2 style="color:#000066">'''''unit'' sideChat ''chatText'''''</h2>




'''Operand types:'''
'''Operand types:'''
'''unit:''' [[Object]] or [[Array]]


'''chatText:''' [[String]]
'''chatText:''' [[String]]
Line 22: Line 24:
'''Description:'''
'''Description:'''


Type text to side radio channel.
Types text to the side radio channel.


'''Note:''' This function only types text to the list, it does not broadcast the message.
'''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.
If you want the message to show on all computers, you have to execute it on all of them.





Revision as of 15:32, 5 July 2006


unit sideChat chatText


Operand types:

unit: Object or Array

chatText: String

Type of returned value:

Nothing

Compatibility:

Changed in version 1.34

Description:

Types text to the side 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 all of them.


Example:

soldierOne sideChat "Show this text"