hashValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
m (dev → main)
Line 3: Line 3:
|game1= arma3
|game1= arma3
|version1= 2.06
|version1= 2.06
|arg=
|eff=
|branch= dev


|gr1= HashMap
|gr1= HashMap

Revision as of 19:31, 5 October 2021

Hover & click on the images for description

Description

Description:
Processes provided value's hash.
A hash value remains the same between game restarts but for Object and Group type, their hash being based on their netId.
Groups:
HashMap

Syntax

Syntax:
hashValue value
Parameters:
value: Array, Boolean, Code, Config, Group, Namespace, NaN, Number, Object, Side or String
Return Value:
String - base64-encoded 64 bits hash

Examples

Example 1:
private _valueHash = hashValue "Hello There";

Additional Information

See also:
createHashMap values

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