ACE3/addons/bft/functions/fnc_updateAllEncryptionKeys.sqf
2016-09-03 09:35:37 +02:00

21 lines
240 B
Plaintext

/*
* Author: Glowbal
*
*
* Arguments:
* 0: side <SIDE>
* 1: old key <STRING>
* 2: new key <STRING>
*
* Return Value:
* None
*
* Public: No
*/
#include "script_component.hpp"
params ["_side", " _oldKey", " _newKey"];
// TODO