Prop combine ball: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Inputs: fill in info about inputs)
(mention point_combine_ball_launcher in the description)
Line 3: Line 3:
{{distinguish|prop_energy_ball}}
{{distinguish|prop_energy_ball}}
{{this is a|point entity|game=Half-Life 2 series|game1=Portal series|name=prop_combine_ball}}
{{this is a|point entity|game=Half-Life 2 series|game1=Portal series|name=prop_combine_ball}}
See [[point_combine_ball_launcher]] for an entity that spawns these.


A prop that physically simulates as a single rigid body. It can be constrained to other [[prop_physics|physics object]]s using [[phys_hinge|hinge]]s or other [[constraint]]s. It can also be configured to break when it takes enough damage.
A prop that physically simulates as a single rigid body. It can be constrained to other [[prop_physics|physics object]]s using [[phys_hinge|hinge]]s or other [[constraint]]s. It can also be configured to break when it takes enough damage.

Revision as of 09:44, 24 October 2024

C++ Class hierarchy
CPropCombineBall
CBaseAnimating
CBaseEntity
C++ prop_combine_ball.cpp
Not to be confused with prop_energy_ball.

prop_combine_ball is a point entity available in Half-Life 2 series Half-Life 2 series and Portal series Portal series.

See point_combine_ball_launcher for an entity that spawns these.

A prop that physically simulates as a single rigid body. It can be constrained to other physics objects using hinges or other constraints. It can also be configured to break when it takes enough damage.


Note.pngNote:Default model: models/effects/combineball.mdl

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

Explode
Explode.
FadeAndRespawn  !FGD
Quietly fades out the combine ball in 0.1s, presumably so an associated ball launcher can spawn another one.
Socketed  !FGD
Speculation: Used internally to trigger alyx to react to player actions in Half-Life 2 campaigns.

Flags

SF_COMBINE_BALL_BOUNCING_IN_SPAWNER : [65536] !FGD

ConVars

Cvar/Command Parameters or default value Descriptor Effect
sk_npc_dmg_combineball 15
sk_combineball_guidefactor 0.5
sk_combine_ball_search_radius 512
sk_combineball_seek_angle 15.0
sk_combineball_seek_kill 0

See also