portal64-still-alive/documentation/levels/level_objects/ball_catcher.md
Matt Penny 1a91f840c0 Document more cutscene steps
* set_signal
* clear_signal
* wait_for_signal
* teleport_player
* load_level
* label
* goto
* start_cutscene
* stop_cutscene
* wait_for_cutscene
2024-04-13 01:13:07 -04:00

666 B

@ball_catcher

A receptacle for a high energy pellet launched by a ball launcher. Emits a signal when a ball is caught.

Name structure

@ball_catcher CATCH_SIGNAL_NAME

Arguments

Name Description
CATCH_SIGNAL_NAME The name of the signal to emit when a ball is caught

Notes

When a ball collides with a ball catcher, the catcher notifies the associated launcher (so it will not update the ball) and emits the specified signal.

Only one ball can be caught.