Set Emplacement Spawner Keep Alive Abandon Radius
Battlefield 6 Scripting Docs / mod / mod / 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.
| Parameter | Type |
|---|---|
emplacementSpawner |
EmplacementSpawner |
keepAliveAbandonedRadius |
number |
void