Is Type
Battlefield 6 Scripting Docs / mod / mod / IsType
function IsType(value, type): boolean;
Defined in: mod/index.d.ts:21671
Returns true if the provided value is equal to the specified type.
| Parameter | Type |
|---|---|
value |
any |
type |
Types |
boolean