Prop minigun

From Valve Developer Community
Revision as of 15:19, 12 August 2011 by Barracuda (talk | contribs) (Reformat)
Jump to navigation Jump to search

Template:L4d series point

Entity description

A mounted gun players can +USE. The entity is available in both Left 4 Dead and Left 4 Dead 2.

Keyvalues

Max yaw ([todo internal name (i)]) <float>
Max yaw the gun can be turned.
Max pitch ([todo internal name (i)]) <float>
Max pitch the gun can be depressed.
Min pitch ([todo internal name (i)]) <float>
Min pitch the gun can be raised.

Template:KV prop dynamic base

Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).

Flags

Template:Fl prop dynamic base

Inputs

Template:I prop dynamic base EnableDisable:

Enable / Disable
Enable/disable this entity from performing its task. It might also disappear from view.

Outputs

OnFireStart
Fired when the minigun has spun up and is starting firing.
OnFireStop
Fired when the minigun has stopped firing.

Template:O prop dynamic base

See also