Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed May 7, 2017
1 parent c1c11dc commit 382b530
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 100 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GRAD GPS Tracker (WIP)
This will provide a GPS Tracker dialog with a basic API.
# GRAD GPS Tracker
GPS Tracker dialog with a basic API.

## Dependencies
* [CBA_A3](https://github.com/CBATeam/CBA_A3)
Expand Down Expand Up @@ -32,7 +32,7 @@ class CfgFunctions {

## Pictures

![](http://i.imgur.com/aWKas0x.png)
![](http://i.imgur.com/aWKas0x.png) ![](http://i.imgur.com/Rn2xKBa.png)

## Usage

Expand All @@ -53,7 +53,7 @@ Example:
`[_vehicle2,0.1,1,1.2,1,{_target getVariable ['signalStrength',0]}] call grad_gpsTracker_fnc_openTitle;`

### Target
The target can be manually changed (even while the tracker is open) with `grad_gpsTracker_fnc_setTarget`.
The target can be manually changed (even while the tracker is open) with `grad_gpsTracker_fnc_setTarget`. If you pass a null object, "NO SIGNAL" will be displayed.

`[target,global] call grad_gpsTracker_fnc_setTarget`

Expand Down
1 change: 0 additions & 1 deletion component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
#define PIC(var1) #(MODULES_DIRECTORY\grad-gpsTracker\data\var1)

#include "\x\cba\addons\main\script_macros_mission.hpp"
#include "defines.hpp"
Empty file removed defines.hpp
Empty file.
1 change: 0 additions & 1 deletion dialog/defines.hpp

This file was deleted.

18 changes: 0 additions & 18 deletions dialog/title.hpp

This file was deleted.

76 changes: 0 additions & 76 deletions dialog/ui_toolkit.hpp

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "grad-gpstracker",
"description": "GPS Tracker dialog with a basic API.",
"version": "0.0.1",
"author": "McDiod"
}

0 comments on commit 382b530

Please sign in to comment.