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,4 +1,9 @@
// function name: armatak_fnc_extract_side
// function author: Valmo
// function description: Gets the unit side
params["_unit"];
_side = "friendly";
switch (side _unit) do {
case "WEST": {