fn_getPlayerEncryptionKey.sqf 369 B

1234567891011121314151617181920
  1. /*
  2. Name: cTab_fnc_getPlayerEncryptionKey
  3. Author(s):
  4. Gundy
  5. Description:
  6. Return the used encryption key for the currently controlled unit
  7. Parameters:
  8. NONE
  9. Returns:
  10. STRING - Encryption key
  11. Example:
  12. _playerEncryptionKey = call cTab_fnc_getPlayerEncryptionKey;
  13. */
  14. missionNamespace getVariable [format ["cTab_encryptionKey_%1",side cTab_player],""];