LUADOC - Farming Simulator 22

NightIllumination

Description
Class for NightIllumination objects which are used for building windows that are illuminated at night
Functions

onCreate

Description
Creating NightIllumination object
Definition
onCreate(integer id)
Arguments
integeridID of the node
Code
17function NightIllumination:onCreate(id)
18 Logging.warning("i3d onCreate user-attribute 'NightIllumination' is deprecated. Please use 'Visiblity Condition'-Tab in GIANTS Editor for node '%s' instead", getName(id))
19end