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

if (isNull _this) exitWith {0};

_funds = Call Compile Format ["%1Funds",_this getVariable 'identification'];
if (isNil '_funds') exitWith {0};
_funds