mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added getMGRSdata to PostInit
This commit is contained in:
parent
fe40452c8e
commit
4e09681c9e
@ -238,6 +238,9 @@ GVAR(OldIsCamera) = false;
|
||||
{!((_this select 0) isEqualTo (_this select 1)) && {vehicle (_this select 0) == vehicle (_this select 1)}}
|
||||
}] call FUNC(addCanInteractWithCondition);
|
||||
|
||||
// Find MGRS zone and 100km grid for current map
|
||||
[] call FUNC(getMGRSdata);
|
||||
|
||||
// Lastly, do JIP events
|
||||
// JIP Detection and event trigger. Run this at the very end, just in case anything uses it
|
||||
if(isMultiplayer && { time > 0 || isNull player } ) then {
|
||||
|
@ -68,7 +68,7 @@ PREP(getGunner);
|
||||
PREP(getInPosition);
|
||||
PREP(getMapGridFromPos);
|
||||
PREP(getMarkerType);
|
||||
PREP(getMGRSzone);
|
||||
PREP(getMGRSdata);
|
||||
PREP(getName);
|
||||
PREP(getNumberFromMissionSQM);
|
||||
PREP(getNumberMagazinesIn);
|
||||
|
Loading…
Reference in New Issue
Block a user