Db powerup ability remover: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{wrongtitle|title=db_powerup_ability_remover}}
{{this is a|point entity|name=db_powerup_ability_remover|game=Dreamball}}


== Entity Description ==
== Entity Description ==
Removes all powerup abilities currently equipped by the player. Useful in conjunction with [[db_powerup_modelchanger|model changers]] when switching to a bigger marble (i.e. metal marbles) when you may want to disable the jumping ability.  
Removes all powerup abilities currently equipped by the player. Useful in conjunction with [[db powerup modelchanger|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.
To use this entity fire an output from another entity (i.e. a trigger) using the 'Fire' input. It will then remove all your currently equipped powerups.


== Keyvalues ==
== Keyvalues ==
Line 28: Line 28:
*[[List of Dreamball Entities]]
*[[List of Dreamball Entities]]
*[[Dreamball Level Creation]]
*[[Dreamball Level Creation]]
[[Category:Dreamball]]

Latest revision as of 17:48, 17 May 2024

db_powerup_ability_remover is a point entity available in Dreamball Dreamball.

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) using the 'Fire' input. 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