conversationDisabled: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|arma 3 | |game1= arma 3 | ||
|2.06 | |version1= 2.06 | ||
|gr1= | |gr1= Radio and Chat | ||
| | |descr= A getter for [[disableConversation]]. | ||
| [[conversationDisabled]] unit | |s1= [[conversationDisabled]] unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
| [[Boolean]] - | |r1= [[Boolean]] - Returns [[true]] if the status of [[kbTell]] ''IsSpeaking'' for the given unit is <tt>> 0</tt>. See [[disableConversation]] for more info | ||
|x1= <code>_isConversationDisabled = [[conversationDisabled]] soldier1;</code> | |x1= <code>_isConversationDisabled = [[conversationDisabled]] soldier1;</code> | ||
Line 19: | Line 19: | ||
|seealso= [[disableConversation]] | |seealso= [[disableConversation]] | ||
}} | }} | ||
Revision as of 10:11, 20 May 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