CBA_fnc_getObjectConfig

Description

A function used to return the config of an object or class name.

Parameters

_objectAny kind of object or class name <STRING, OBJECT>

Returns

_configObjects config.  <CONFIG>

Example

_config = player call CBA_fnc_getObjectConfig;
typeOf cameraOn call CBA_fnc_getObjectConfig;
[_projectile] call CBA_fnc_getObjectConfig;

Author

commy2

Close