switchLight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 20: Line 20:
'''Description:'''
'''Description:'''


Controls lamp post '''mode'''.
Controls lamppost '''mode'''.


'''Mode''' may be:
'''Mode''' may be:

Revision as of 16:20, 5 July 2006


lamppost switchLight mode


Operand types:

lamppost: Object

mode: String

Type of returned value:

Nothing

Description:

Controls lamppost mode.

Mode may be:

  • "ON"
  • "OFF"
  • "AUTO" ( Lampost is on only during nighttime)


"AUTO" is default.


Examples:

(object 12345) switchLight "off"

nearestObject [ player, "Streetlamp"] switchLight "OFF"


Comments

Use lightIsOn to check the status of a lamppost.