mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added missing privates
This commit is contained in:
parent
8e3e38f91d
commit
518dfb4373
@ -13,6 +13,8 @@
|
|||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
|
private ["_parseConfigForSettings"];
|
||||||
|
|
||||||
GVAR(settings) = [];
|
GVAR(settings) = [];
|
||||||
|
|
||||||
_parseConfigForSettings = {
|
_parseConfigForSettings = {
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
private ["_name","_value"];
|
private ["_name","_value", "_force", "_settingData","_failed"];
|
||||||
_name = _this select 0;
|
_name = _this select 0;
|
||||||
_value = _this select 1;
|
_value = _this select 1;
|
||||||
|
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
EXPLODE_1_PVT(_this,_optionEntry);
|
EXPLODE_1_PVT(_this,_optionEntry);
|
||||||
|
|
||||||
|
private ["_fnc_getValueWithType", "_value","_name", "_typeName", "_settingData"];
|
||||||
|
|
||||||
_fnc_getValueWithType = {
|
_fnc_getValueWithType = {
|
||||||
EXPLODE_2_PVT(_this,_optionEntry,_typeName);
|
EXPLODE_2_PVT(_this,_optionEntry,_typeName);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user