prop_mounted_machine_gun

From Valve Developer Community
Revision as of 09:22, 16 July 2010 by ThaiGrocer (talk | contribs) (Initial creation of article: prop_mounted_machine_gun)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:L4d2 point

Entity description

50 caliber mounted gun (+USE). The entity is available in Left 4 Dead 2.

Keyvalues

Template:KV PropDynamicBase

Parentname:
Parent (parentname) <targetname>
Specifies a movement parent. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma.
Global:
Global Entity Name (globalname) <string>
Name by which this entity is linked to another entity in a different map. When the player transitions to a new map, entities in the new map with globalnames matching entities in the previous map will have the previous map's state copied over their state.
Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).
  • solid
<choices> Collisions.
Literal value Description
0 Not Solid
2 Use Bounding Box
6 Use VPhysics

Flags

Inputs

Template:I PropDynamicBase

Outputs

  • OnFireStart
Fired when the machine gun has spun up and is starting firing.
  • OnFireStop
Fired when the machine gun has stopped firing.

Template:O PropDynamicBase

See also