Condition State
Battlefield 6 Scripting Docs / modlib / ConditionState
Defined in: modlib/index.ts:112
new ConditionState(): ConditionState;
Defined in: modlib/index.ts:115
ConditionState
| Property | Type | Defined in |
|---|---|---|
lastState |
boolean |
modlib/index.ts:113 |
update(newState): boolean;
Defined in: modlib/index.ts:119
| Parameter | Type |
|---|---|
newState |
boolean |
boolean