prop_sphere

From Source Entities
Jump to navigation Jump to search
Info.png

This entity is not in the stock FGD files by default.
See below for instructions on making it available.

Code classes:

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." ]