snowball_projectile
Jump to navigation
Jump to search
This entity is not in the stock FGD files by default.
|
Code classes:
CSnowballProjectile
CBaseCSGrenadeProjectile
CBaseGrenade
CBaseProjectile
(in 2013 SDK games + )CBaseCombatCharacter
()
snowball_projectile
is a point entity present in Counter-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.