Item tow missile: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CDA|CItemTowMissile|CPhysicsProp|CBreakableProp|CBaseProp|CBaseAnimating|CBaseEntity|}}
[[File:towprojectile.png|200px|right]]
[[File:towprojectile.png|200px|right]]
{{this is a|point entity|name=item_tow_missile|game=Black Mesa}} It's [[Grenade tow|TOW missile]] physics prop that can be used to reload {{ent|func_tow}} entity. All inputs, outputs, flags and properties are same as [[CPhysicsProp]].
{{this is a|model entity|name=item_tow_missile|game=Black Mesa}} It's [[Grenade tow|TOW missile]] physics prop that can be used to reload {{ent|func_tow}} entity. All inputs, outputs, flags and properties are same as [[CPhysicsProp]].
 
Represented by class <code>CItemTowMissile</code>.
 
{{bug|hidetested=1|Doesn't collide with other {{ent|item_tow_missile}}, '''item_''' and '''weapon_''' entities. {{not|{{bms12}}}}}}
{{bug|hidetested=1|Doesn't collide with other {{ent|item_tow_missile}}, '''item_''' and '''weapon_''' entities. {{not|{{bms12}}}}}}
{{bug|hidetested=1|Unstable physics for {{ent|player}}. {{not|{{bms12}}}}}}
{{bug|hidetested=1|Unstable physics for {{ent|player}}. {{not|{{bms12}}}}}}
Line 9: Line 7:
{{workaround|Place this entity at a box like room, teleport it there you need it with {{ent|trigger_teleport}}, then disable the {{ent|trigger_teleport}} and enable {{ent|trigger_remove}} to remove it when used by the {{ent|player}}.}}
{{workaround|Place this entity at a box like room, teleport it there you need it with {{ent|trigger_teleport}}, then disable the {{ent|trigger_teleport}} and enable {{ent|trigger_remove}} to remove it when used by the {{ent|player}}.}}
}}
}}
==See Also==
==See Also==
* {{ent|grenade_tow}} - the grenade entity
* {{ent|grenade_tow}} - the grenade entity
* {{ent|func_tow}} - the brush TOW entity
* {{ent|func_tow}} - the brush TOW entity
* {{ent|func_tow_mp}} - the brush TOW entity for multiplayer
* {{ent|func_tow_mp}} - the brush TOW entity for multiplayer

Latest revision as of 09:49, 4 August 2025

C++ Class hierarchy
CItemTowMissile
CPhysicsProp
CBreakableProp
CBaseProp
CBaseAnimating
CBaseEntity
Towprojectile.png

item_tow_missile is a model entity available in Black Mesa Black Mesa. It's TOW missile physics prop that can be used to reload func_tow entity. All inputs, outputs, flags and properties are same as CPhysicsProp.

Icon-Bug.pngBug:Doesn't collide with other item_tow_missile, item_ and weapon_ entities. (not in Black Mesa (mod))
Icon-Bug.pngBug:Unstable physics for player. (not in Black Mesa (mod))
Icon-Important.pngImportant:Reappears at the point where it was originally placed after being used to reload the weapon (not in Black Mesa (mod)).
PlacementTip.pngWorkaround:Place this entity at a box like room, teleport it there you need it with trigger_teleport, then disable the trigger_teleport and enable trigger_remove to remove it when used by the player.







See Also