Linedef type 484
Linedef type 484, PolyObject – Rotate Right, is a type of linedef executor which, when triggered, makes a specified PolyObject rotate clockwise around its PolyObject Anchor.
Setup
This linedef should be given a tag corresponding to the ID of the wanted PolyObject. The linedef's front texture X offset determines the speed of the PolyObject's rotation, and the linedef's front texture Y offset determines the number of degrees to rotate (a value of 360 here makes it rotate continuously).
By default, only players standing on the PolyObject will have their angle rotated with it; the angle of other Objects that can be carried by the PolyObject will be unaffected. If Flag [9] / Solid Midtexture is checked, other Objects will have their angle rotated with the PolyObject as well as players; however, if Flag [6] / Not Climbable is checked, this effect is disabled for all Objects including players.
|
Sample
- Example file: ex_ld484_polyobject_rotateright.wad (MAP01)
How to use |
---|
|