From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Returns true if a is greater than or equal to b, else returns false.
Syntax
- Syntax:
- a >= b
- Parameters:
- a: Number
- b: Number
- Return Value:
- Boolean
Examples
- Example 1:
if (fuel truck1 >= 0.5) then {hint "Truck1 has at least half a tank of fuel left."}
Additional Information
- Multiplayer:
- -
- See also:
- Operators
Notes
Notes
+ Add Note
Only post proven facts here. Use the talk page or the forums for discussions.
Notes
Bottom Section