On Capture Point Lost
Battlefield 6 Scripting Docs / mod / mod / EventHandlerSignatures / OnCapturePointLost
function OnCapturePointLost(eventCapturePoint): void;
Defined in: mod/index.d.ts:13981
This will trigger when a team loses control of a CapturePoint.
Parameter | Type |
---|---|
eventCapturePoint |
CapturePoint |
void