BIS fnc deleteCounter: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
(Page filling)
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|arg= global
|eff= local


|1.00|= Game version
|gr1= Systems
____________________________________________________________________________________________


| <pre>/*
|descr= Delete the provided counter added by [[BIS_fnc_counter]].
Author:
Killzone_Kid


Description:
|s1= [varName] call [[BIS_fnc_deleteCounter]]
Delete given counter


Parameter(s):
|p1= varName: [[String]] or [[Array]] format [varName, namespace] - default namespace is [[missionNamespace]]
0:
STRING - variable name of counter
ARRAY in format [variableName,nameSpace], where nameSpace can be object, group or missionNameSpace/uiNameSpace
Returns:
NOTHING
*/


#define VAR_SPACES [currentNamespace, objNull, displayNull, controlNull, grpNull, locationNull, taskNull, teamMemberNull]
|r1= [[Nothing]]


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |DESCRIPTION=
|x1= <sqf>[["TAG_Score", player]] call BIS_fnc_deleteCounter;</sqf>
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_deleteCounter]]; --> |SYNTAX=
|p1= |PARAMETER1=
 
| |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |SEEALSO=


|seealso= [[BIS_fnc_counter]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:deleteCounter}}]]
[[Category:Functions|{{uc:deleteCounter}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:deleteCounter}}]]

Latest revision as of 17:44, 11 April 2024

Hover & click on the images for description

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:
[["TAG_Score", player]] call BIS_fnc_deleteCounter;

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