fnc_entityMonitors.sqf | |
Functions | |
OCAP_recorder_fnc_entityMonitors | While debug mode is enabled, this function will render 2D icons and text representing all entities that have been initialized by OCAP and are not being excluded from the recording. |
Variables | |
OCAP_entityMonitorsInitialized | This variable on the server indicates whether or not the entity monitors have been initialized for all clients + JIP. |
While debug mode is enabled, this function will render 2D icons and text representing all entities that have been initialized by OCAP and are not being excluded from the recording.
This is useful for debugging and verifying that the correct entities are being recorded (see OCAP_settings_excludeClassFromRecord and OCAP_settings_excludeKindFromRecord.
None
Nothing
[_hitEntity, _projectileOwner] call FUNC(eh_projectileHit);
No
IndigoFox