BIS_fnc_removeCommMenuItem

From Bohemia Interactive Community
Revision as of 08:53, 16 May 2013 by Str (talk | contribs) (Created page with "{{Function|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.50|= Game version |eff= local |= ___...")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Remove an item from the communication menu.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[owner,itemID] spawn BIS_fnc_removeCommMenuItem;
Parameters:
owner: Object - object to which the item belongs to
itemID: Number - item ID returned by BIS_fnc_addCommMenuItem command
Return Value:
Boolean - true when the item was removed

Examples

Example 1:
[player,2] call BIS_fnc_removeCommMenuItem;

Additional Information

See also:
Arma 3 Communication Menu

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