Difference between revisions of "Classes:CeilingLight"
From ECWolf Wiki
 (Created page with "{{Actor| | type = Light source | name = Ceiling Light | class = CeilingLight | doomednum = 47 | game = Wolf3D }}Classes: {{Class|Actor}} → <u>CeilingLight</u><br> &nb...")  | 
			
(No difference) 
 | 
Latest revision as of 14:18, 13 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
  | 
| Ceiling Light | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 47 | Class Name | CeilingLight | 
Classes: Actor → CeilingLight
 →CeilingLight2
Overview
A green ceiling light.
DECORATE Definition
actor CeilingLight 47
{
  states
  {
    Spawn:
      GLMP A -1 bright
      stop
  }
}