conversationDisabled: Difference between revisions
| Lou Montana (talk | contribs) m (dev → main) | Lou Montana (talk | contribs)  m (Text replacement - "<tt>([^= ]+)<\/tt>" to "{{hl|$1}}") | ||
| Line 12: | Line 12: | ||
| |p1= unit: [[Object]]   | |p1= unit: [[Object]]   | ||
| |r1= [[Boolean]] - Returns [[true]] if the status of [[kbTell]] ''IsSpeaking'' for the given unit is  | |r1= [[Boolean]] - Returns [[true]] if the status of [[kbTell]] ''IsSpeaking'' for the given unit is {{hl|> 0}}. See [[disableConversation]] for more info | ||
| |x1= <code>_isConversationDisabled = [[conversationDisabled]] soldier1;</code> | |x1= <code>_isConversationDisabled = [[conversationDisabled]] soldier1;</code> | ||
Revision as of 00:17, 16 November 2021
Description
- Description:
- A getter for disableConversation.
- Groups:
- Radio and Chat
Syntax
- Syntax:
- conversationDisabled unit
- Parameters:
- unit: Object
- Return Value:
- Boolean - Returns true if the status of kbTell IsSpeaking for the given unit is > 0. See disableConversation for more info
Examples
- Example 1:
- _isConversationDisabled = conversationDisabled soldier1;
Additional Information
- See also:
- disableConversation
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
 
	