disableConversation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
No edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| (description) |= Description
| Disable the ability to talk to other people. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''(command)''' |= Syntax
| unitName '''disableConversation''' disable |= Syntax


|p1= |= PARAMETER1  
|p1= unitName: [[Object]] |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= disable: [[Boolean]] |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| |= RETURNVALUE  
|[[Nothing]] |= RETURNVALUE  




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>player disableConversation true</code>|= EXAMPLE1  
|x2= <code>soldier1 disableConversation true</code>|= EXAMPLE2


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 08:47, 10 July 2009

Hover & click on the images for description

Description

Description:
Disable the ability to talk to other people.
Groups:
Uncategorised

Syntax

Syntax:
unitName disableConversation disable
Parameters:
unitName: Object
disable: Boolean
Return Value:
Nothing

Examples

Example 1:
player disableConversation true
Example 2:
soldier1 disableConversation true

Additional Information

See also:
See also needed

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

Notes

Bottom Section