ACE3/addons/microdagr/functions/fnc_deviceGetWaypoints.sqf
jonpas 742626ff1a
General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00

20 lines
395 B
Plaintext

#include "..\script_component.hpp"
/*
* Author: PabstMirror
* Gets all waypoints from the "device"
* Device saving not implemented yet, just save to player object
*
* Arguments:
* None
*
* Return Value:
* Waypoints <ARRAY>
*
* Example:
* [["Hill 55", [41,324, 12]]] = [] call ace_microdagr_fnc_deviceGetWaypoints
*
* Public: No
*/
(ACE_player getVariable [QGVAR(waypoints), []])