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