BIS fnc deleteCounter: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=")  | 
				Lou Montana (talk | contribs)   (Page filling)  | 
				||
| (28 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{RV|type=function  | |||
|game1= arma3  | |||
|version1= 1.00  | |||
|   | |arg= global  | ||
|eff= local  | |||
|  | |gr1= Systems  | ||
|   | |descr= Delete the provided counter added by [[BIS_fnc_counter]].  | ||
|s1= [varName] call [[BIS_fnc_deleteCounter]]  | |||
|p1= varName: [[String]] or [[Array]] format [varName, namespace] - default namespace is [[missionNamespace]]  | |||
|r1= [[Nothing]]  | |||
<  | |x1= <sqf>[["TAG_Score", player]] call BIS_fnc_deleteCounter;</sqf>  | ||
|seealso= [[BIS_fnc_counter]]  | |||
}}  | }}  | ||
Latest revision as of 16:44, 11 April 2024
Description
- Description:
 - Delete the provided counter added by BIS_fnc_counter.
 - Execution:
 - call
 - Groups:
 - Systems
 
Syntax
- Syntax:
 - [varName] call BIS_fnc_deleteCounter
 - Parameters:
 - varName: String or Array format [varName, namespace] - default namespace is missionNamespace
 - Return Value:
 - Nothing
 
Examples
- Example 1:
 
Additional Information
- See also:
 - BIS_fnc_counter
 
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