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

@@ -78,6 +78,16 @@ class Cfg3den {
condition = "objectVehicle";
typeName = "STRING";
};
class armatak_attribute_marker_video_url {
displayName = "Video Feed URL";
tooltip = "Video feed URL injected into __video on TAK";
property = "armatak_attribute_marker_video_url";
control = "Edit";
expression = "_this setVariable ['armatak_attribute_marker_video_url',_value]";
defaultValue = "''";
condition = "objectVehicle";
typeName = "STRING";
};
};
};
};