mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 22:33:29 +00:00
added description to sqf functions
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user