mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
20 lines
391 B
Plaintext
20 lines
391 B
Plaintext
/*
|
|
* 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_deviceGetWaypoint
|
|
*
|
|
* Public: No
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
(ACE_player getVariable [QGVAR(waypoints), []])
|