Func door rotating: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
(→‎Entity Description: direct people to other door entities)
Line 2: Line 2:
==Entity Description==
==Entity Description==
A brush entity for use as a rotating player-useable door.
A brush entity for use as a rotating player-useable door.
In [[Source]], [[prop_door_rotating]] has replaced it for most purposes. For a sliding door, use [[func_door]] instead.
==Keyvalues==
==Keyvalues==
* {{kv door}}
* {{kv door}}

Revision as of 06:58, 22 September 2005

Template:Wrongtitle

Entity Description

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

In Source, prop_door_rotating has replaced it for most purposes. For a sliding door, use func_door instead.

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