From dee52083d359434fc3ac51a871c1b836d092d2ac Mon Sep 17 00:00:00 2001 From: hybrid Date: Thu, 11 Jun 2026 19:55:41 +0300 Subject: init --- Common/Init/Init_Airfield.sqf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Common/Init/Init_Airfield.sqf (limited to 'Common/Init/Init_Airfield.sqf') diff --git a/Common/Init/Init_Airfield.sqf b/Common/Init/Init_Airfield.sqf new file mode 100644 index 0000000..14f56e8 --- /dev/null +++ b/Common/Init/Init_Airfield.sqf @@ -0,0 +1,9 @@ +Private ["_location"]; +_location = _this select 0; + +waitUntil {commonInitComplete}; + +if (isNil "Airfields") then {Airfields = []}; +Airfields = Airfields + [_location]; + +diag_log Format["[WFBE (INIT)][frameno:%4 | ticktime:%5] Init_Airfield: Airfield initialization (position: %1 - item: %2 (%3)) - [Done]",getPos _location,_location,typeOf _location,diag_frameno,diag_tickTime]; \ No newline at end of file -- cgit v1.3.1