mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Privatize
This commit is contained in:
parent
84f404ae84
commit
1a2231c14a
@ -12,6 +12,8 @@
|
||||
*/
|
||||
|
||||
#include "script_component.hpp"
|
||||
private ["_object", "_entry", "_found", "_actions", "_searchFnc"];
|
||||
|
||||
_object = _this select 0;
|
||||
_entry = _this select 1;
|
||||
|
||||
@ -28,7 +30,7 @@ if(IS_ARRAY(_entry)) then {
|
||||
|
||||
_found = false;
|
||||
_searchFnc = {
|
||||
private ["_actions", "_entry"];
|
||||
private ["_actions", "_entry", "_childActions"];
|
||||
_actions = _this select 0;
|
||||
_entry = _this select 1;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user