Item tow missile: Difference between revisions
Jump to navigation
Jump to search
Bug:Doesn't collide with other item_tow_missile, item_ and weapon_ entities. (not in
)
Bug:Unstable physics for player. (not in
)
Important:Reappears at the point where it was originally placed after being used to reload the weapon (not in
).
Workaround: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.
MyGamepedia (talk | contribs) No edit summary |
m (Classifying as model entity) |
||
Line 1: | Line 1: | ||
[[File:towprojectile.png|200px|right]] | [[File:towprojectile.png|200px|right]] | ||
{{this is a| | {{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>. | Represented by class <code>CItemTowMissile</code>. |
Revision as of 05:19, 19 May 2025
item_tow_missile
is a model entity available in 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.
Represented by class CItemTowMissile
.







See Also
- grenade_tow - the grenade entity
- func_tow - the brush TOW entity
- func_tow_mp - the brush TOW entity for multiplayer