fnc_entityMonitors.sqf

Summary
fnc_entityMonitors.sqf
Functions
OCAP_recorder_fnc_entityMonitorsWhile 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_entityMonitorsInitializedThis variable on the server indicates whether or not the entity monitors have been initialized for all clients + JIP.

Functions

OCAP_recorder_fnc_entityMonitors

Description

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.

Parameters

None

Returns

Nothing

Examples

[_hitEntity, _projectileOwner] call FUNC(eh_projectileHit);

Public

No

Author

IndigoFox

Variables

OCAP_entityMonitorsInitialized

This variable on the server indicates whether or not the entity monitors have been initialized for all clients + JIP.

Array of object classnames that should be excluded from recording.
Array of classnames which, along with all child classes, should be excluded from recording.
Close