mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 19:03:30 +00:00
Added video url prop to 3den editor/zeus, allowing to parse __video prop to cots
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user