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_drone
// function author: Valmo
// function description: Gets the drone information for the HTTP request
params["_drone"];
private _location = (getPos _drone) call armatak_fnc_convert_location;