added description to sqf functions

This commit is contained in:
Valmo Trindade
2025-01-26 13:09:50 -03:00
parent 89c0e3f8cf
commit be356e4ef3
7 changed files with 27 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
// function name: armatak_fnc_extract_uuid
// function author: Valmo
// function description: Defines a random v4 uuid if the doesn't have one already
params["_unit"];
_uuid = _unit getVariable "_atak_uid";