allExtensions

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns information about all loaded Extensions
Groups:
System

Syntax

Syntax:
allExtensions
Return Value:
Array - List of HashMap for each extension; each one containing the following keys

Examples

Example 1:
// Get hash for extension emm_api private _extensionHash = ""; { if ((_x getOrDefault ["name", ""]) == "emm_api") exitWith { _extensionHash = _x getOrDefault ["hash", ""]; }; } forEach allExtensions; _extensionHash // "4CD820DBDBCAEBE6FF654762DA41AF6C97D013B4"

Additional Information

See also:
callExtension

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