Template:Light NameWarning: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '<div style="padding:3px 3px 3px 15px;margin:2px;overflow:auto;"><strong style="color:#FF0000;text-align:left;">link= Warning:</strong> Lights should not be n…')
 
No edit summary
Line 1: Line 1:
<div style="padding:3px 3px 3px 15px;margin:2px;overflow:auto;"><strong style="color:#FF0000;text-align:left;">[[File:Warning.png|link=]] Warning:</strong> Lights should not be named unless they will be turned on and off via inputs! Adding targetnames to light entities will create switchable-lights which affect both compile-time and run-time performance. (See: [[Naming Lights]])</div>
{{warning|Lights should not be named unless they will be turned on and off via inputs! Adding targetnames to light entities will create switchable-lights which affect both compile-time and run-time performance. See [[Light#Named_lights]].}}

Revision as of 14:47, 18 July 2009

Warning.pngWarning:Lights should not be named unless they will be turned on and off via inputs! Adding targetnames to light entities will create switchable-lights which affect both compile-time and run-time performance. See Light#Named_lights.