Item item crate: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
Line 17: Line 17:


==Flags==
==Flags==
* {{fl basepropphysics}}
* {{Fl BasePropPhysics}}


==Inputs==
==Inputs==

Revision as of 19:22, 19 January 2009

Template:Wrongtitle

Entity Description

An item_item_crate.

A supply crate. Creates its specified content when broken.

Keyvalues

<integer> Deprecated
  • ItemClass
<pointentityclass> Class name of the entity to spawn when the crate is broken. Suggested point entity: item_dynamic_resupply
  • ItemCount
<integer> Number of items to emit upon breakage

Flags

  • Note.pngNote:Page left for viewable history, content moved to prop_physics

Inputs

Breaks the breakable.
  • SetHealth <integer>
Sets a new value for health. If the breakable's health reaches zero it will break. Use Break input instead of 0.
  • AddHealth <integer>
Adds health to the breakable. If the breakable's health reaches zero it will break.
  • RemoveHealth <integer>
Removes health from the breakable. If the breakable's health reaches zero it will break.

Outputs

Fires when broken.
  • OnHealthChanged <float>
Fires when the health of this breakable changes, passing the new value of health as a percentage of max health, from [0..1].

See also