mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixing macros
This commit is contained in:
parent
270ff5535a
commit
b7050a4a92
@ -30,7 +30,7 @@ class CfgVehicles {
|
||||
author = "$STR_ACE_Common_ACETeam";
|
||||
category = "ACE";
|
||||
displayName = "Check PBOs";
|
||||
function = "ACE_Common_fnc_moduleCheckPBOs";
|
||||
function = QFUNC(moduleCheckPBOs);
|
||||
scope = 2;
|
||||
isGlobal = 1;
|
||||
icon = QUOTE(PATHTOF(UI\IconCheckPBO_ca.paa));
|
||||
|
@ -134,7 +134,7 @@ PREP(monitor);
|
||||
PREP(showUser);
|
||||
|
||||
// ACE_CuratorFix
|
||||
PREP(addUnloadEventhandler);
|
||||
PREP(addCuratorUnloadEventhandler);
|
||||
PREP(fixCrateContent);
|
||||
|
||||
// Loop to update the ACE_player variable
|
||||
|
@ -72,7 +72,7 @@ class ACE_Options {
|
||||
/*
|
||||
class RscControlsGroupNoScrollbars;
|
||||
class RscAttributeInventory: RscControlsGroupNoScrollbars {
|
||||
onSetFocus = "[_this,""RscAttributeInventory"",'CuratorCommon'] call (uinamespace getvariable ""BIS_fnc_initCuratorAttribute""); _this select 0 call ACE_CuratorFix_fnc_addUnloadEventhandler;";
|
||||
onSetFocus = "[_this,""RscAttributeInventory"",'CuratorCommon'] call (uinamespace getvariable ""BIS_fnc_initCuratorAttribute""); _this select 0 call ACE_Common_fnc_addCuratorUnloadEventhandler;";
|
||||
};
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user