Difference between revisions of "Classes:BareTable"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Bare Table | class = BareTable | doomednum = 46 | game = Wolf3D }}Classes: {{Class|Actor}} → <u>BareTable</u><br> →{{...") |
|||
Line 14: | Line 14: | ||
actor <u>BareTable</u> 46 | actor <u>BareTable</u> 46 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Revision as of 14:31, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Bare Table | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 46 | Class Name | BareTable |
Classes: Actor → BareTable
→MetalTable
Overview
An empty wooden table without chairs.
DECORATE Definition
actor BareTable 46 { Radius 32 +SOLID states { Spawn: TABL A -1 stop } }