fnc_eh_disconnected.sqf

Summary
fnc_eh_disconnected.sqf
Functions
OCAP_recorder_fnc_eh_disconnectedThis function uses the OCAP_EH_HandleDisconnect event handler to log “disconnected” events to the timeline.

Functions

OCAP_recorder_fnc_eh_disconnected

Description

This function uses the OCAP_EH_HandleDisconnect event handler to log “disconnected” events to the timeline.  It will exclude any body left over from further recording.

Parameters

See the wiki for details.  https://community.bistudio.com/wiki/Arma_3:_Mission_Event_Handlers#HandleDisconnect

Returns

False [Bool]

Examples

call FUNC(eh_disconnected);

Public

No

Author

IndigoFox

Fired when a player leaves the mission by returning to lobby or disconnecting.
Close