summaryrefslogtreecommitdiffstats
path: root/Common/Functions/Common_GetSideID.sqf
blob: a7b20537c3b7cf3f275eb560b382691b4be2f2ac (plain)
1
2
3
4
5
6
7
Private["_ID"];

_ID = RESISTANCEID;
if (_this == east) then {_ID = EASTID};
if (_this == west) then {_ID = WESTID};

_ID