Difference between revisions of "Talk:Enable - ObjectReference"
Jump to navigation
Jump to search
m
→Parentheses Must Be Left Blank
imported>HawkFest |
imported>HawkFest |
||
Line 60: | Line 60: | ||
EndEvent | EndEvent | ||
</source> | </source> | ||
In the above code, if you provide a parameter to the Enable function ''LightBulbRef.Enable(True|False)'', the light will not render at all, even with ''False'' as a parameter although it's the default value.<br> | Last step : assign the light bulb reference you've put in the render window to the LightBulbRef property (via CK's form script tab where you've attached the script). '''TEST :''' In the above code, if you provide a parameter to the Enable function, e.g. ''LightBulbRef.Enable(True|False)'', then the light will not render at all, even with ''False'' as a parameter although it's the default value.<br> | ||
--[[User:HawkFest|HawkFest]] ([[User talk:HawkFest|talk]]) 01:12, 3 December 2012 (EST) | --[[User:HawkFest|HawkFest]] ([[User talk:HawkFest|talk]]) 01:12, 3 December 2012 (EST) |