2018-09-17 19:19:29 +00:00
|
|
|
#include "script_component.hpp"
|
2015-04-05 20:48:56 +00:00
|
|
|
/*
|
|
|
|
* Author: PabstMirror
|
2015-04-05 22:50:07 +00:00
|
|
|
* Opens the rangetable and fills the charge listbox.
|
2015-04-05 20:48:56 +00:00
|
|
|
*
|
|
|
|
* Arguments:
|
2017-06-08 13:31:51 +00:00
|
|
|
* None
|
2015-04-05 22:50:07 +00:00
|
|
|
*
|
2015-04-05 20:48:56 +00:00
|
|
|
* Return Value:
|
2017-06-08 13:31:51 +00:00
|
|
|
* None
|
2015-04-05 20:48:56 +00:00
|
|
|
*
|
|
|
|
* Example:
|
2015-04-06 06:05:28 +00:00
|
|
|
* [] call ace_mk6mortar_fnc_rangeTableOpen
|
2015-04-05 22:50:07 +00:00
|
|
|
*
|
2015-04-05 20:48:56 +00:00
|
|
|
* Public: No
|
|
|
|
*/
|
|
|
|
|
2019-12-17 16:14:45 +00:00
|
|
|
TRACE_1("rangeTableOpen - defer to artillerytables",_this);
|
2015-04-05 20:48:56 +00:00
|
|
|
|
2019-12-17 16:14:45 +00:00
|
|
|
["mortar_82mm", 45, 88, GVAR(airResistanceEnabled) || EGVAR(artillerytables,advancedCorrections)] call EFUNC(artillerytables,rangeTableOpen);
|