BIS fnc setToPairs: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\|p[0-9]+ *= *[^(]+\(Optional(, default[^)]*)\) )N([a-z])" to "$1n$3") |
Lou Montana (talk | contribs) m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2") |
||
Line 10: | Line 10: | ||
|s1= [array, key, newValue] call [[BIS_fnc_setToPairs]] | |s1= [array, key, newValue] call [[BIS_fnc_setToPairs]] | ||
|p1= array: [[Array]] - | |p1= array: [[Array]] - array to search through | ||
|p2= key: [[String]] - Key to search for | |p2= key: [[String]] - Key to search for |
Revision as of 12:40, 8 November 2023
Description
- Description:
- Works similar to the BIS_fnc_addToPairs but it doesn't try to add values. It just overwrites the volue if the key already exists.
- Execution:
- call
- Groups:
- Arrays
Syntax
- Syntax:
- [array, key, newValue] call BIS_fnc_setToPairs
- Parameters:
- array: Array - array to search through
- key: String - Key to search for
- newValue: Anything - (Optional, default 1) new value set if match was found
- Return Value:
- Array - Resulting modified array
Examples
- Example 1:
Additional Information
- See also:
- find findIf BIS_fnc_findInPairs BIS_fnc_getFromPairs BIS_fnc_addToPairs BIS_fnc_removeFromPairs
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