verifySignature

From Bohemia Interactive Community
Revision as of 15:51, 7 April 2019 by Erentar (talk | contribs) (template:command argument fix)
Jump to navigation Jump to search
-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Check if file is signed by any key present in game keys folders. Note: On client, it does not check against the keys accepted by server.
Groups:
Uncategorised

Syntax

Syntax:
Boolean = verifySignature filename
Parameters:
filename: String
Return Value:
Boolean

Examples

Example 1:
verifySignature "@MyAddon\Addons\SomeAddon.pbo";
Example 2:
verifySignature "@MyAddon\Somefnc.dll";

Additional Information

See also:
ArmA: Addon Signatures

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

Notes

Bottom Section