mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
private ["_item","_return"];
|
|
_item = _this select 0;
|
|
_type = _this select 1;
|
|
_return = str(configFile >> _type >> _item) != "";
|
|
_return
|