snowball_projectile

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:

snowball_projectile is a point entity present in Csgo-small.pngCounter-Strike: Global Offensive. It's a thrown snowball.

FGD Code[edit | edit source]

@PointClass base(Targetname, Angles) studio("models/weapons/w_snowball.mdl") = snowball_projectile : "Thrown snowball."
[
	input SetTimer(float) : "Makes the snowball explode in the specified number of seconds if it doesn't hit anything. By default, snowballs last forever in the air."
]

Inputs[edit | edit source]

SetTimer <float>
Makes the snowball explode in the specified number of seconds if it doesn't hit anything. By default, snowballs last forever in the air.