BIS fnc removeCommMenuItem: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "|eff= local |= " to "|eff= local |MPEFFECTS= ") | Lou Montana (talk | contribs)  m (Text replacement - " <nowiki>[</nowiki>" to " [<nowiki/>") | ||
| Line 22: | Line 22: | ||
| |x1= <code>[player,2] [[call]] [[BIS_fnc_removeCommMenuItem]];</code> |Example1= | |x1= <code>[player,2] [[call]] [[BIS_fnc_removeCommMenuItem]];</code> |Example1= | ||
| |x2= <code>_supportHeli = <nowiki | |x2= <code>_supportHeli = [<nowiki/>[[player]],"Support_Request_CAS_Heli"] [[call]] [[BIS_fnc_addCommMenuItem]]; | ||
| <nowiki>[</nowiki>[[player]],_supportHeli] [[call]] [[BIS_fnc_removeCommMenuItem]];</code> |= | <nowiki>[</nowiki>[[player]],_supportHeli] [[call]] [[BIS_fnc_removeCommMenuItem]];</code> |= | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 10:17, 19 March 2020
Description
- Description:
- Remove an item from the communication menu.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [owner,itemID] call 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;
- Example 2:
- _supportHeli = [player,"Support_Request_CAS_Heli"] call BIS_fnc_addCommMenuItem; [player,_supportHeli] call BIS_fnc_removeCommMenuItem;
Additional Information
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
 
	