switchLight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:




<h2 style="color:#000066">'''''lamp'' switchLight ''mode'''''</h2>
<h2 style="color:#000066">'''''lamppost'' switchLight ''mode'''''</h2>




'''Operand types:'''
'''Operand types:'''


'''lamp:''' [[Object]]
'''lamppost:''' [[Object]]


'''mode:''' [[String]]
'''mode:''' [[String]]
Line 20: Line 20:
'''Description:'''
'''Description:'''


Controls lampost '''mode'''.
Controls lamp post '''mode'''.


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

Revision as of 16:19, 5 July 2006


lamppost switchLight mode


Operand types:

lamppost: Object

mode: String

Type of returned value:

Nothing

Description:

Controls lamp post 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.