ACE3/addons/bft/functions/fnc_updateAllEncryptionKeys.sqf
2018-10-04 16:43:06 +02:00

21 lines
240 B
Plaintext

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