mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Rename var
This commit is contained in:
parent
cebc7c0473
commit
6fef624645
@ -8,13 +8,11 @@ GVAR(isPlacing) = PLACE_CANCEL;
|
|||||||
[QGVAR(flagPlaced), {
|
[QGVAR(flagPlaced), {
|
||||||
params ["_unit", "_item", "_flag"];
|
params ["_unit", "_item", "_flag"];
|
||||||
|
|
||||||
TRACE_1("Somebody placed flag", _this);
|
(GVAR(flagItemCache) get _item) params ["_flagName"];
|
||||||
|
|
||||||
(GVAR(flagItemCache) get _item) params ["_displayName"];
|
|
||||||
|
|
||||||
private _pickupFlag = [
|
private _pickupFlag = [
|
||||||
QGVAR(pickup),
|
QGVAR(pickup),
|
||||||
format [LLSTRING(pickup), _displayName],
|
format [LLSTRING(pickup), _flagName],
|
||||||
QPATHTOF(data\icons\place\white_pickup_icon.paa),
|
QPATHTOF(data\icons\place\white_pickup_icon.paa),
|
||||||
{
|
{
|
||||||
params ["_flag", "_unit", "_item"];
|
params ["_flag", "_unit", "_item"];
|
||||||
|
Loading…
Reference in New Issue
Block a user