mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Include before headers
This commit is contained in:
parent
05b8b5bd42
commit
51c8b546c0
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_side", "_key"];
|
params ["_side", "_key"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
* Get Chat messages Id
|
* Get Chat messages Id
|
||||||
@ -15,7 +16,6 @@
|
|||||||
* Public: Yes
|
* Public: Yes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceId", "_otherDeviceId"];
|
params ["_deviceId", "_otherDeviceId"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
* Get All Chat messages sent between two devices
|
* Get All Chat messages sent between two devices
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: Yes
|
* Public: Yes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceId", "_otherDeviceId"];
|
params ["_deviceId", "_otherDeviceId"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
* Get Chat messages Id
|
* Get Chat messages Id
|
||||||
@ -15,7 +16,6 @@
|
|||||||
* Public: Yes
|
* Public: Yes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceId", "_otherDeviceId", "_message"];
|
params ["_deviceId", "_otherDeviceId", "_message"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_unit"];
|
params ["_unit"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_unit", "_item"];
|
params ["_unit", "_item"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -13,7 +14,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_groupID"];
|
params ["_groupID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
private _deviceID = D_GET_ID(_this);
|
private _deviceID = D_GET_ID(_this);
|
||||||
private _owner = D_GET_OWNER(_this);
|
private _owner = D_GET_OWNER(_this);
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_keySetOne", "_keySetTwo"];
|
params ["_keySetOne", "_keySetTwo"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
private _newKeyArray = [];
|
private _newKeyArray = [];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -13,7 +14,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
private _deviceConfigs = "true" configClasses (configFile >> "ACE_BFT" >> "Devices");
|
private _deviceConfigs = "true" configClasses (configFile >> "ACE_BFT" >> "Devices");
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID"];
|
params ["_deviceID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_side"];
|
params ["_side"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_groupID"];
|
params ["_groupID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_groupID"];
|
params ["_groupID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -17,7 +18,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_unit"];
|
params ["_deviceID", "_unit"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_detailsEntry"];
|
params ["_detailsEntry"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_owner"];
|
params ["_owner"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_side", "_type"];
|
params ["_side", "_type"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
// [_magID, [_deviceSide, _deviceEncryptionKeys], _assignableInformation, _app, -1, _owner]
|
// [_magID, [_deviceSide, _deviceEncryptionKeys], _assignableInformation, _app, -1, _owner]
|
||||||
diag_log format["added to deviceData: %1", _this];
|
diag_log format["added to deviceData: %1", _this];
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
{
|
{
|
||||||
private _groupID = (_x select 6) select 0;
|
private _groupID = (_x select 6) select 0;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
GVAR(currentOpenedDevice) = [];
|
GVAR(currentOpenedDevice) = [];
|
||||||
GVAR(registeredEncyptionKeys) = [];
|
GVAR(registeredEncyptionKeys) = [];
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_data"];
|
params ["_data"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
// by default, consider the device not having a receiver
|
// by default, consider the device not having a receiver
|
||||||
private _refreshRateRX = -1;
|
private _refreshRateRX = -1;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_object", "_turnedOn"];
|
params ["_object", "_turnedOn"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -14,7 +15,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_owner", "_item", "_magazine", "_magID", ["_initialState", STATE_NORMAL]];
|
params ["_owner", "_item", "_magazine", "_magID", ["_initialState", STATE_NORMAL]];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_object"];
|
params ["_object"];
|
||||||
if (!isServer) exitwith {};
|
if (!isServer) exitwith {};
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_newEncryptionKeys", "_add"];
|
params ["_newEncryptionKeys", "_add"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_viewModes", "_add"];
|
params ["_viewModes", "_add"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_origin"];
|
params ["_origin"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
@ -13,7 +14,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_varName", "_elementID"];
|
params ["_varName", "_elementID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_varName", "_data"];
|
params ["_varName", "_data"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
@ -14,7 +15,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_varName", "_data"];
|
params ["_varName", "_data"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,4 +11,3 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_newData"];
|
params ["_deviceID", "_newData"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_callsign"];
|
params ["_deviceID", "_callsign"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_elementType"];
|
params ["_deviceID", "_elementType"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_groupID"];
|
params ["_deviceID", "_groupID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_keys"];
|
params ["_deviceID", "_keys"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_newOwner"];
|
params ["_deviceID", "_newOwner"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -10,7 +11,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceId"];
|
params ["_deviceId"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_unit", "_deviceID"];
|
params ["_unit", "_deviceID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
* Remove all devices of given owner in the available devices collection
|
* Remove all devices of given owner in the available devices collection
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceData"];
|
params ["_deviceData"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_deviceData"];
|
params ["_deviceID", "_deviceData"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_callsign"];
|
params ["_deviceID", "_callsign"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_elementType"];
|
params ["_deviceID", "_elementType"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_groupID"];
|
params ["_deviceID", "_groupID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_keys"];
|
params ["_deviceID", "_keys"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_newOwner"];
|
params ["_deviceID", "_newOwner"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_varName", "_dataID"];
|
params ["_varName", "_dataID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_varName"];
|
params ["_varName"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_varName", "_data"];
|
params ["_varName", "_data"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -12,7 +13,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_varName", "_data"];
|
params ["_varName", "_data"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -13,7 +14,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_side", " _oldKey", " _newKey"];
|
params ["_side", " _oldKey", " _newKey"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal, Gundy
|
* Author: Glowbal, Gundy
|
||||||
*
|
*
|
||||||
@ -21,7 +22,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_startNewLoop", "_refreshRateRX"];
|
params ["_startNewLoop", "_refreshRateRX"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -13,7 +14,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
if (count _this < 3) exitwith {};
|
if (count _this < 3) exitwith {};
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal, Gundy
|
* Author: Glowbal, Gundy
|
||||||
*
|
*
|
||||||
@ -15,7 +16,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_keys", "_add"];
|
params ["_keys", "_add"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal, Gundy
|
* Author: Glowbal, Gundy
|
||||||
*
|
*
|
||||||
@ -15,7 +16,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_modes", "_add"];
|
params ["_modes", "_add"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_unit"];
|
params ["_unit"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
*
|
*
|
||||||
@ -11,7 +12,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_vehicle"];
|
params ["_vehicle"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -18,7 +19,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_appID", "_notification", "_decayTime"];
|
params ["_appID", "_notification", "_decayTime"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
* Check if a device can be opened
|
* Check if a device can be opened
|
||||||
@ -15,7 +16,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_player", "_target", "_targetDeviceType"];
|
params ["_player", "_target", "_targetDeviceType"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
[_this select 0, [["mapWorldPos", getPosASL vehicle ACE_player]], true, true] call FUNC(setSettings);
|
[_this select 0, [["mapWorldPos", getPosASL vehicle ACE_player]], true, true] call FUNC(setSettings);
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
* Create and add a new device action to the BFT action collection
|
* Create and add a new device action to the BFT action collection
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_player", "_target", "_targetDeviceType", "_displayName", ["_icon", ""]];
|
params ["_player", "_target", "_targetDeviceType", "_displayName", ["_icon", ""]];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -17,7 +18,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_renderTarget", "_data"];
|
params ["_renderTarget", "_data"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -22,7 +23,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_deviceID", "_uavCams"];
|
params ["_deviceID", "_uavCams"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_ctrlScreen"];
|
params ["_ctrlScreen"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
private _date = date;
|
private _date = date;
|
||||||
private _hour = _date select 3;
|
private _hour = _date select 3;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_interfaceID"];
|
params ["_interfaceID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_interfaceID"];
|
params ["_interfaceID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_dir"];
|
params ["_dir"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
if (!isNil QGVAR(hCams)) then {
|
if (!isNil QGVAR(hCams)) then {
|
||||||
private _cam = GVAR(hCams) select 0;
|
private _cam = GVAR(hCams) select 0;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -21,7 +22,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params [ ["_camToDelete", objNull, [objNull]] ];
|
params [ ["_camToDelete", objNull, [objNull]] ];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -17,7 +18,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_pos1", "_pos2"];
|
params ["_pos1", "_pos2"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -17,7 +18,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_pos1", "_pos2"];
|
params ["_pos1", "_pos2"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
* Gets magazine children for interaciton menu
|
* Gets magazine children for interaciton menu
|
||||||
@ -15,7 +16,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_target", "_player"];
|
params ["_target", "_player"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -18,7 +19,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_interface"];
|
params ["_interface"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -26,7 +27,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
private ["_property"];
|
private ["_property"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
if !(I_CLOSED) then {
|
if !(I_CLOSED) then {
|
||||||
// [_ifType,_displayName,_player,_playerKilledEhId,_vehicle,_vehicleGetOutEhId]
|
// [_ifType,_displayName,_player,_playerKilledEhId,_vehicle,_vehicleGetOutEhId]
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -18,7 +19,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -20,7 +21,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
#include "\a3\editor_f\Data\Scripts\dikCodes.h"
|
#include "\a3\editor_f\Data\Scripts\dikCodes.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -20,7 +21,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
// ignore function call if the interface has not finished setup
|
// ignore function call if the interface has not finished setup
|
||||||
if (GVAR(ifOpenStart) || I_CLOSED) exitWith {true};
|
if (GVAR(ifOpenStart) || I_CLOSED) exitWith {true};
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_display"];
|
params ["_display"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -20,7 +21,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
// ignore function call if the interface has not finished setup
|
// ignore function call if the interface has not finished setup
|
||||||
if (GVAR(ifOpenStart) || I_CLOSED) exitWith {true};
|
if (GVAR(ifOpenStart) || I_CLOSED) exitWith {true};
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
// remove helmet and UAV cameras
|
// remove helmet and UAV cameras
|
||||||
[] call FUNC(deleteHelmetCam);
|
[] call FUNC(deleteHelmetCam);
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -39,7 +40,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy, TheMagnetar
|
* Author: Gundy, TheMagnetar
|
||||||
*
|
*
|
||||||
@ -18,7 +19,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_interfaceID"];
|
params ["_interfaceID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_interfaceID"];
|
params ["_interfaceID"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -20,7 +21,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_interfaceName"];
|
params ["_interfaceName"];
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
// not yet ported
|
// not yet ported
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
true
|
true
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_type"];
|
params ["_type"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
// bail if there is no interface open
|
// bail if there is no interface open
|
||||||
if (I_CLOSED) exitWith {false};
|
if (I_CLOSED) exitWith {false};
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
// bail if there is no interface open, or it is still being started
|
// bail if there is no interface open, or it is still being started
|
||||||
if (GVAR(ifOpenStart) || (I_CLOSED)) exitWith {false};
|
if (GVAR(ifOpenStart) || (I_CLOSED)) exitWith {false};
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
// close any interface that might still be open
|
// close any interface that might still be open
|
||||||
[] call FUNC(ifclose);
|
[] call FUNC(ifclose);
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Glowbal
|
* Author: Glowbal
|
||||||
* Open a device if owned
|
* Open a device if owned
|
||||||
@ -15,7 +16,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
params ["_player", "_target", "_targetDeviceType"];
|
params ["_player", "_target", "_targetDeviceType"];
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
#include "\z\ace\addons\bft_devices\UI\defines\shared_defines.hpp"
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -16,7 +17,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
// see if there is a selected UAV and if it is alive before continuing
|
// see if there is a selected UAV and if it is alive before continuing
|
||||||
if (isNil QGVAR(actUav) || {!alive GVAR(actUav)}) exitWith {false};
|
if (isNil QGVAR(actUav) || {!alive GVAR(actUav)}) exitWith {false};
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
/*
|
/*
|
||||||
* Author: Gundy
|
* Author: Gundy
|
||||||
*
|
*
|
||||||
@ -17,7 +18,6 @@
|
|||||||
* Public: No
|
* Public: No
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "script_component.hpp"
|
|
||||||
|
|
||||||
disableSerialization;
|
disableSerialization;
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user