point_futbol_shooter

From Source Entities
Jump to navigation Jump to search

Code classes:

point_futbol_shooter is a point entity present in P2.pngPortal 2. It launches prop_exploding_futbols. Used for Wheatley's bombs in the finale.

Keyvalues[edit | edit source]

Launch speed (launchSpeed) <float>
Speed to launch bombs at.

Inputs[edit | edit source]

SetTarget <target_destination>
Sets the entity the shooter should try to hit.
ShootFutbol
Shoots a bomb.

Outputs[edit | edit source]

OnShootSuccess
Fires when a bomb is successfully fired.
OnShootFail
Fires when the ShootFutbol input is sent but the shooter is stuck in something solid.