Func tankphyscannister: Difference between revisions
Jump to navigation
Jump to search

Note:Archived page history
Important:These pages are linked often from page history logs so Special:WhatLinksHere will not show anything.
(updates) |
(in other games) |
||
Line 1: | Line 1: | ||
{{lang|Func tankphyscannister}} | {{lang|Func tankphyscannister}} | ||
{{ | {{base brush multi|func_tankphyscannister|game1=Half-Life 2|game2=Portal|game3=Portal 2}} It sets off a {{ent|physics_cannister}} within a specified trigger volume. | ||
{{code class|CFuncTankPhysCannister|func_tank.cpp}} | {{code class|CFuncTankPhysCannister|func_tank.cpp}} | ||
Line 10: | Line 10: | ||
{{KV|Barrel Volume (barrel_volume)|target_destination|Name of a trigger the specifies the volume in which cannisters must be placed.}} | {{KV|Barrel Volume (barrel_volume)|target_destination|Name of a trigger the specifies the volume in which cannisters must be placed.}} | ||
{{KV BaseTank}} | {{KV BaseTank}} | ||
{{KV visiblebrush}} | {{KV visiblebrush|l4d=1}} | ||
{{KV BaseEntity| | {{KV BaseEntity|brush=1|l4d2=1}} | ||
==Inputs== | ==Inputs== | ||
{{I BaseTank}} | {{I BaseTank}} | ||
{{I visiblebrush}} | {{I visiblebrush|portal2=1}} | ||
{{I BaseEntity | {{I BaseEntity}} | ||
==Outputs== | ==Outputs== | ||
{{O BaseTank}} | {{O BaseTank}} | ||
{{O BaseEntity}} | {{O BaseEntity}} |
Revision as of 19:38, 4 October 2018


Template:Base brush multi It sets off a physics_cannister within a specified trigger volume.
Flags
|
Keyvalues
- Barrel Volume (barrel_volume) ([todo internal name (i)]) <targetname>
- Name of a trigger the specifies the volume in which cannisters must be placed.
|

This template (and its redirect) is
Deprecated. Its use is not recommended and its functionality may be compromised.
Please use {{Brush rendering note}} instead.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.

Please use {{Brush rendering note}} instead.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.


Inputs
|
- SetDamageFilter <targetname >
- Sets a filter for this entity for when it receives damage.
- EnableDamageForces
- Allows the entity to be pushed by damage done to it (usually force amount correlates with the damage done).
- DisableDamageForces
- Prevents the entity from being pushed by damage done to it.
Todo: move/mention at proper place
Outputs
|