Find Uiwidget With Name
Battlefield 6 Scripting Docs / mod / mod / FindUIWidgetWithName
function FindUIWidgetWithName(name, searchRoot): UIWidget;
Defined in: mod/index.d.ts:21998
Returns the UI Widget matching the specified name.
| Parameter | Type |
|---|---|
name |
string |
searchRoot |
UIWidget |
function FindUIWidgetWithName(name): any;
Defined in: mod/index.d.ts:22001
Returns the UI Widget matching the specified name.
| Parameter | Type |
|---|---|
name |
string |
any