mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
spaces
This commit is contained in:
parent
b3e313f52b
commit
6f640ddc45
@ -13,7 +13,7 @@ if (!hasInterface) exitWith {};
|
|||||||
|
|
||||||
// - GVAR updating and initialization -----------------------------------------
|
// - GVAR updating and initialization -----------------------------------------
|
||||||
["unit", FUNC(handlePlayerChanged), true] call CBA_fnc_addPlayerEventHandler;
|
["unit", FUNC(handlePlayerChanged), true] call CBA_fnc_addPlayerEventHandler;
|
||||||
|
|
||||||
private _fnc_showStaminaBar = {
|
private _fnc_showStaminaBar = {
|
||||||
private _staminaBarContainer = uiNamespace getVariable [QGVAR(staminaBarContainer), controlNull];
|
private _staminaBarContainer = uiNamespace getVariable [QGVAR(staminaBarContainer), controlNull];
|
||||||
_staminaBarContainer ctrlShow ((!visibleMap) && {(vehicle ACE_player) == ACE_player});
|
_staminaBarContainer ctrlShow ((!visibleMap) && {(vehicle ACE_player) == ACE_player});
|
||||||
|
Loading…
Reference in New Issue
Block a user