| fnc_getAmmoMarkerData.sqf | |
| Functions | |
| OCAP_recorder_fnc_getAmmoMarkerData | This function will intake information from <OCAP_EH_FiredMan> and return data used to format a marker for entry into the timeline. |
This function will intake information from <OCAP_EH_FiredMan> and return data used to format a marker for entry into the timeline.
| _weapon | The weapon used [String] |
| _muzzle | The muzzle used [String] |
| _ammo | The ammo used [String] |
| _magazine | The magazine used [String] |
| _projectile | The projectile object [Object] |
| _vehicle | The vehicle the weapon is mounted on, if any [Object] |
| _ammoSimType | The ammo simulation type [String] |
| [_markTextLocal,_markName,_markColor,_markerType] | The marker data [Array] |
([_weapon, _muzzle, _ammo, _magazine, _projectile, _vehicle, _ammoSimType] call FUNC(getAmmoMarkerData)) params ["_markTextLocal","_markName","_markColor","_markerType"];
No
IndigoFox