Molotov projectile: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(tabs) |
||
Line 1: | Line 1: | ||
{{ | {{Tabs|molotov_projectile|csgo=1|custom1=molotov projectile Left 4 Dead series|custom1alt=Left 4 Dead series|main=csgo}} | ||
{{CD|CMolotovProjectile|file1=molotov_projectile.cpp}} | {{CD|CMolotovProjectile|file1=molotov_projectile.cpp}} | ||
{{this is a|point entity| | {{this is a|point entity|game=Counter-Strike: Global Offensive|name=molotov_projectile}} It's a projectile spawned when throwing {{ent|weapon_molotov}} and spawns {{ent|inferno}} where it breaks. | ||
__NOTOC__ | __NOTOC__ | ||
== Keyvalues == | == Keyvalues == | ||
Line 14: | Line 14: | ||
== See Also == | == See Also == | ||
* {{ent|weapon_molotov}} | * {{ent|weapon_molotov}} | ||
* {{ent|inferno}} | * {{ent|inferno}} |
Revision as of 12:20, 24 June 2024
![]() |
---|
CMolotovProjectile |
![]() |
molotov_projectile
is a point entity available in Counter-Strike: Global Offensive. It's a projectile spawned when throwing weapon_molotov and spawns inferno where it breaks.
Keyvalues
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
Flags
Inputs
- InitializeSpawnFromWorld (only in
)
- Activates the grenade, causing it to explode after a few seconds as if it was thrown by a player.