Db powerup ability remover

From Valve Developer Community
Revision as of 16:24, 4 May 2009 by Craziestdan (talk | contribs) (New page: {{wrongtitle|title=db_powerup_ability_remover}} == Entity Description == Removes all powerup abilities currently equipped by the player. Useful in conjunction with [[db_powerup_modelchang...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Wrongtitle

Entity Description

Removes all powerup abilities currently equipped by the player. Useful in conjunction with model changers when switching to a bigger marble (i.e. metal marbles) when you may want to disable the jumping ability.

To use this entity fire an output from another entity (i.e. a trigger) and use the 'Fire' output. It will then remove all your currently equipped powerups.

Keyvalues

Defines the name that other entities refer to this entity by.

Inputs

  • Fire
Fires the entity (use this for triggering this entity).

Outputs

Fired in response to FireUser1-4 inputs. See User Inputs and Outputs.
  • OnFire
Can fire an output when itself is fired.

See also