lightIsOn
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.04
Description
- Description:
- Check if lampost is on (shining). Possible values are:
- "ON"
- "OFF"
- "AUTO" (auto is only on during the night).
Syntax
Examples
- Example 1:
?lightIsOn nearestObject [player, "StreetLamp"] == "ON" :hint "nightime"- Example 2:
- _it = lightIsOn object 159582
Additional Information
- Multiplayer:
- Behaviour unknown.
Notes
Notes
Notes
- Posted on August 4, 2006 - 10:56
- hardrock
- Notes from before the conversion:
Use switchLight to turn lamposts on and off.

