Prop minigun: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{l4d series point|prop_minigun}} It is a mounted gun players can +USE. The entity is available in both [[Left 4 Dead]] and [[Left 4 Dead 2]].
{{l4d series point|prop_minigun}} It is an usable mounted minigun that is normally used in the rescue point finale to support the survivors.
<onlyinclude>
<onlyinclude>
== Keyvalues ==
== Keyvalues ==
Line 22: Line 22:
== See also ==
== See also ==
* [[prop_mounted_machine_gun]]
* [[prop_mounted_machine_gun]]
* [[prop_minigun_l4d1]]

Revision as of 15:30, 12 August 2011

Template:L4d series point It is an usable mounted minigun that is normally used in the rescue point finale to support the survivors.

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