prop_sphere
Jump to navigation
Jump to search
This entity is not in the stock FGD files by default.
|
Code classes:
CPhysSphere
CPhysicsProp
CBreakableProp
CBaseProp
(props)CBaseAnimating
(models)CBaseEntity
(all ents)
prop_sphere
is a point entity present in all Source games. It's a prop with perfectly spherical collisions. The size of the sphere cannot be set, but could with code modifications.
FGD Code[edit | edit source]
@PointClass base(prop_physics) sphere() = prop_sphere : "A prop with perfectly spherical collisions."
[ radius(integer) readonly : "Size" : 12 : "Size of the collision sphere. Can't be changed." ]