Difference between revisions of "Classes:FloorLamp"
From ECWolf Wiki
(Created page with "{{Actor| | type = Light source | name = Floor Lamp | class = FloorLamp | doomednum = 36 | game = Wolf3D }}Classes: {{Class|Actor}} → <u>FloorLamp</u><br> →...") |
|||
Line 14: | Line 14: | ||
actor <u>FloorLamp</u> 36 | actor <u>FloorLamp</u> 36 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:28, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Floor Lamp | |||
---|---|---|---|
Actor type | Light source | Game | |
DoomEd Number | 36 | Class Name | FloorLamp |
Classes: Actor → FloorLamp
→TallFloorLamp
Overview
A green floor lamp.
DECORATE Definition
actor FloorLamp 36 { Radius 32 +SOLID states { Spawn: FLMP A -1 bright stop } }