Func recharge: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (more content)
m (→‎Outputs: {{plact}})
Line 33: Line 33:
: Recharged to full.
: Recharged to full.
* '''OnPlayerUse'''
* '''OnPlayerUse'''
: Fired when the player +USEs the charger. Use !activator to target the player.
: Fired when the player +USEs the charger. {{plact}}
 
==See Also==
==See Also==
* [[item_suitcharger]]
* [[item_suitcharger]]


[[Category:Entities]][[Category:Brush Entities]]
[[Category:Entities]][[Category:Brush Entities]]

Revision as of 19:50, 16 April 2006

Template:Wrongtitle

Entity Description

Battery recharger.

Availability

Template:In game Template:Game Template:In code

Keyvalues

<integer> Minimum light level.

Flags

  • 8192 : Citadel recharger

Inputs

Outputs

Remaining Charge
  • OnHalfEmpty
Half-Empty
  • OnEmpty
Empty
  • OnFull
Recharged to full.
  • OnPlayerUse
Fired when the player +USEs the charger. Template:Plact

See Also