CHotPotatoCatcher
(Redirected from Hot potato catcher)
Jump to navigation
Jump to search
Code classes:
CHotPotatoCatcher
CBaseAnimating
(models)CBaseEntity
(all ents)
CHotPotatoCatcher
is a code class in .
Classnames:
hot_potato_catcher
(Not in FGD) - Invisible entity which can holdhot_potato
s.(Not in FGD) - Sometimes-visible entity which can holdhot_potato_socket
hot_potato
s. Plays a short jingle when a ball is caught. Tries to load a non-existent model (models/props/futbol_socket.mdl
), but only when the map is played in co-op.
FGD Code[edit | edit source]
@PointClass studio("models/editor/axis_helper_thick.mdl") base(Targetname,Parentname) = hot_potato_catcher : "Invisible entity which can hold hot_potatos."
[ output OnHotPotatoCaught(void) : "Fires when a ball is caught or a new one spawned in it." output OnHotPotatoReleased(void) : "Fires when a ball is grabbed from the catcher." ]
Outputs[edit | edit source]
- OnHotPotatoCaught
- Fires when a ball is caught or a new one spawned in it.
- OnHotPotatoReleased
- Fires when a ball is grabbed from the catcher.