Skip to main content
Portal Documentation
Discord GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

Set Emplacement Spawner Keep Alive Abandon Radius

Battlefield 6 Scripting Docs


Battlefield 6 Scripting Docs / mod / mod / SetEmplacementSpawnerKeepAliveAbandonRadius

Function: SetEmplacementSpawnerKeepAliveAbandonRadius()

function SetEmplacementSpawnerKeepAliveAbandonRadius(emplacementSpawner, keepAliveAbandonedRadius): void;

Defined in: mod/index.d.ts:20323

Sets the distance from the nearest player for an emplacement to consider itself abandoned.

Parameters

Parameter Type
emplacementSpawner EmplacementSpawner
keepAliveAbandonedRadius number

Returns

void