Privatize

This commit is contained in:
Nou 2015-01-18 20:13:45 -08:00
parent 84f404ae84
commit 1a2231c14a

View File

@ -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;
{