A function used to return the config of an object or class name.
| _object | Any kind of object or class name <STRING, OBJECT> |
| _config | Objects config. <CONFIG> |
_config = player call CBA_fnc_getObjectConfig; typeOf cameraOn call CBA_fnc_getObjectConfig; [_projectile] call CBA_fnc_getObjectConfig;
commy2