mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cleanup
This commit is contained in:
parent
909f53753a
commit
aa5a580645
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
//Hide the bis picture:
|
//Hide the bis picture:
|
||||||
_picture ctrlShow false;
|
_picture ctrlShow false;
|
||||||
|
|
||||||
// prevent vanilla key input
|
// prevent vanilla key input
|
||||||
_display displayAddEventHandler ["KeyDown", {(_this select 1) in [200, 208]}];
|
_display displayAddEventHandler ["KeyDown", {(_this select 1) in [200, 208]}];
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Author: PabstMirror
|
* Author: PabstMirror
|
||||||
* Draws the current temp marker. Allows rotation.
|
* Draws the current temp marker. Allows rotation.
|
||||||
*
|
*
|
||||||
* Arguments:
|
* Arguments:
|
||||||
* 0: TheMap <Control>
|
* 0: TheMap <Control>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
private ["_data", "_config", "_color"];
|
private ["_data", "_config"];
|
||||||
|
|
||||||
PARAMS_2(_ctrl,_index);
|
PARAMS_2(_ctrl,_index);
|
||||||
_data = _ctrl lbValue _index;
|
_data = _ctrl lbValue _index;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
private ["_data", "_config", "_icon"];
|
private ["_data", "_config"];
|
||||||
|
|
||||||
PARAMS_2(_ctrl,_index);
|
PARAMS_2(_ctrl,_index);
|
||||||
_data = _ctrl lbValue _index;
|
_data = _ctrl lbValue _index;
|
||||||
|
@ -31,6 +31,6 @@ if (_closeNum == 1) then {
|
|||||||
GETGVAR(currentMarkerAngle,0)
|
GETGVAR(currentMarkerAngle,0)
|
||||||
]
|
]
|
||||||
]] call EFUNC(common,globalEvent);
|
]] call EFUNC(common,globalEvent);
|
||||||
|
|
||||||
}, []] call EFUNC(common,execNextFrame);
|
}, []] call EFUNC(common,execNextFrame);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user