Fbl.Find¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | A table with search criteria including 'name' for the form name, 'asset' for the asset type. eg. {name:" " asset:" " | {Any} | ||
| Output ➡️ | The untyped Form ID of the first matching form or a sequence of untyped Form IDs if multiple forms match the criteria. typed Form ID's are retrieved instead if Traits are provided. | Int16 | ||
| Partial | No | Search for partial name. | none | NoneBool | 
| Insensitive | No | Search case insensitive. | none | NoneBool | 
| Origin | No | The positional origin to start the search from. | none | NoneFloat3Var(Float3) | 
| Multiple | No | Return multiple forms. When set to true, the output of the shard will be a sequence of Form IDs. | none | NoneBool | 
| Traits | No | Traits to check for | none | None{[Trait]} | 
Searches for forms based on specified criteria such as name, asset type, and traits. Supports partial and case-insensitive search options. Can return a single form or multiple forms based on the input parameters.