Added video url prop to 3den editor/zeus, allowing to parse __video prop to cots

This commit is contained in:
2026-03-31 07:21:29 -03:00
parent 323339e679
commit 2f53488ba8
5 changed files with 34 additions and 90 deletions

View File

@@ -0,0 +1,13 @@
// function name: armatak_fnc_extract_marker_video_url
// function author: Codex
// function description: Gets the marker video URL configured in 3DEN for a vehicle
params ["_unit"];
private _videoUrl = _unit getVariable ["armatak_attribute_marker_video_url", ""];
if (isNil "_videoUrl") exitWith {
""
};
_videoUrl