16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
#include "..\script_component.hpp"
|
|
|
|
params [
|
|
["_settingName", "", [""]],
|
|
"_newValue"
|
|
];
|
|
|
|
[
|
|
LEVEL_INFO,
|
|
QUOTE(COMPONENT),
|
|
"SETTING CHANGED",
|
|
[
|
|
["setting", _settingName],
|
|
["newValue", _value]
|
|
]
|
|
] call EFUNC(common,log); |