Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
make options for equipment, land installation and for dismounted individual? Does it even possible make something like that?
we are a group of friends, nothing profitable or nothing.
unfortunately we have no API for that scenario. But we will create an issue on our Github page and address some missing API functions.
For the time beeing, you can use the following code. This uses some internal variables and practices, but will currently suffice you.
Put this in your activation code block of your trigger.
_markersInArea = (allVariables mts_markers_namespace) select {(getMarkerPos format["%1_frame", _x]) inArea thisTrigger};
{
[_x] call mts_markers_fnc_deleteMarker;
}
forEach _markersInArea;
I just read in your wiki "If you edit a marker it will behave the same as deleting and then creating a new marker on the same position." and realized due to the prefix getting changed whenever that happens, it may also be more reliable if there was a function to search within the radius of a trigger (e.g. 10 meters) and pull the prefixes of any found markers into an array.
This array could then be run through a loop to delete each one for example and would always work even if the mission developer edited his markers.
I'm trying to create a script that deletes a Metis Marker when an objective is captured and the enemy in the area is dead.
The only problem is that I can't seem to find a way to get the prefix for the deleteMarker func's string parameter as shown in your documentation.
I dug around in your documentation and found 'getMouseOverMarkerPrefix'. If the marker prefixes created in EDEN are static until deleted, would it be possible to get a CBA keybind that uses this function to copy the prefix to clipboard or show a hint displaying it? I see you already have keybinds that use this function so it seems viable.
Thanks
https://armypubs.army.mil/epubs/DR_pubs/DR_a/ARN35425-FM_1-02.2-000-WEB-1.pdf
2/A/1 for 2nd Platoon, Alpha Company, 1st Battalion