asw_mortarbug_shell
Jump to navigation
Jump to search
This entity is not in the stock FGD files by default.
|
Code classes:
CASW_Mortarbug_Shell
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
(models)CBaseEntity
(all ents)
asw_mortarbug_shell
is a point entity present in Alien Swarm. It's the projectile launched by mortarbugs. When placed in Hammer, it is logical to spawn them with point_template
.
ConVars/Commands[edit | edit source]
ConVar/Command | Parameters or default value | Parameter Type | Effect |
---|---|---|---|
asw_mortarbug_shell_gravity | 0.8 | Multiplier | Scalar for the gravity on these projectiles. |
asw_mortarbug_shell_fuse | 3 | Seconds | Time it takes for the projectiles to explode after hitting a surface. The final time may be up to 0.3 seconds sooner or later than this time. |
FGD Code[edit | edit source]
@PointClass base(Targetname, Parentname) studio("models/swarm/MortarBugProjectile/MortarBugProjectile.mdl") = asw_mortarbug_shell : "A mortarbug's projectile. Can be targeted by an ai_relationship."
[
]