Enable World Icon Image
Battlefield 6 Scripting Docs / mod / mod / EnableWorldIconImage
function EnableWorldIconImage(worldIcon, enableImage): void;
Defined in: mod/index.d.ts:12512
Enables or disables showing the image of a world icon.
Parameter | Type |
---|---|
worldIcon |
WorldIcon |
enableImage |
boolean |
void