ACE3/addons/microdagr/functions/fnc_deviceGetWaypoints.sqf

20 lines
391 B
Plaintext
Raw Normal View History

2015-03-09 18:52:15 +00:00
/*
* Author: PabstMirror
2015-03-11 07:06:07 +00:00
* Gets all waypoints from the "device"
* Device saving not implemented yet, just save to player object
2015-03-09 18:52:15 +00:00
*
* Arguments:
2015-08-26 03:31:33 +00:00
* None
2015-03-09 18:52:15 +00:00
*
* Return Value:
2015-03-11 07:06:07 +00:00
* Waypoints <ARRAY>
2015-03-09 18:52:15 +00:00
*
* Example:
2015-03-11 07:06:07 +00:00
* [["Hill 55", [41,324, 12]]] = [] call ace_microdagr_fnc_deviceGetWaypoint
2015-03-09 18:52:15 +00:00
*
2015-03-11 07:06:07 +00:00
* Public: No
2015-03-09 18:52:15 +00:00
*/
#include "script_component.hpp"
2015-08-26 03:31:33 +00:00
(ACE_player getVariable [QGVAR(waypoints), []])