Difference between revisions of "Classes:TruckRear"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Truck Rear | class = TruckRear | game = Spear | doomednum = 91 }}Classes: {{Class|Actor}} → <u>TruckRear</u><br> →{{C...") |
|||
Line 14: | Line 14: | ||
actor <u>TruckRear</u> 91 | actor <u>TruckRear</u> 91 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:19, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Truck Rear | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 91 | Class Name | TruckRear |
Classes: Actor → TruckRear
→BJWasHere
Overview
The back of a truck.
DECORATE Definition
actor TruckRear 91 { Radius 32 +SOLID states { Spawn: TRUK A -1 stop } }