Added missing privates

This commit is contained in:
Glowbal 2015-05-07 21:51:03 +02:00
parent 8e3e38f91d
commit 518dfb4373
3 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,8 @@
*/
#include "script_component.hpp"
private ["_parseConfigForSettings"];
GVAR(settings) = [];
_parseConfigForSettings = {

View File

@ -17,7 +17,7 @@
*/
#include "script_component.hpp"
private ["_name","_value"];
private ["_name","_value", "_force", "_settingData","_failed"];
_name = _this select 0;
_value = _this select 1;

View File

@ -14,6 +14,8 @@
EXPLODE_1_PVT(_this,_optionEntry);
private ["_fnc_getValueWithType", "_value","_name", "_typeName", "_settingData"];
_fnc_getValueWithType = {
EXPLODE_2_PVT(_this,_optionEntry,_typeName);