conversationDisabled

From Bohemia Interactive Community
Revision as of 16:47, 8 November 2023 by Lou Montana (talk | contribs) (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

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's IsSpeaking for the given unit is > 0. See disableConversation for more info

Examples

Example 1:
if (conversationDisabled soldier1) then { soldier1 disableConversation false };

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