Func door rotating

From Valve Developer Community
Revision as of 14:58, 17 August 2005 by Ts2do (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Wrongtitle

Entity Description

A brush entity for use as a rotating player-useable door.

Keyvalues

<integer> The amount, in degrees, that the door should rotate when it's opened.
  • solidbsp
<boolean> If set, use VPhysics, otherwise use BSP.

Flags

  • 1 : Starts Open
  • 2 : Reverse Dir
  • 4 : Non-solid to Player
  • 8 : Passable
  • 16 : One-way
  • 32 : Toggle
  • 64 : X Axis
  • 128: Y Axis
  • 256 :Use Opens
  • 512 : NPCs Can't
  • 1024 : Touch Opens
  • 2048 : Starts locked
  • 4096 : Door Silent

Inputs

Outputs

See Also