Func tanklaser: 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.
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot under supervision.) |
Tag: Undo |
||
Line 1: | Line 1: | ||
{{lang|Func tanklaser}}[[File:Func tanklaser.png|400px|thumb|right]] | {{lang|Func tanklaser}} | ||
{{ | [[File:Func tanklaser.png|400px|thumb|right]] | ||
{{base brush multi|func_tanklaser|game1=Half-Life 2|game2=Portal|game3=Portal 2|game4=Counter-Strike: Global Offensive}} It functions as a laser turret. Does not function quite the same as other {{ent|func_tank}}-based entities. Use {{ent|func_tankpulselaser}} for controllable turrets. | |||
{{code class|CFuncTankLaser|func_tank.cpp}} | {{code class|CFuncTankLaser|func_tank.cpp}} |
Revision as of 05:53, 7 January 2024


Template:Base brush multi It functions as a laser turret. Does not function quite the same as other func_tank-based entities. Use func_tankpulselaser for controllable turrets.
Flags
|
Keyvalues
- env_laser Entity (laserentity) ([todo internal name (i)]) <targetname>
- An env_laser, used for defining properties of the laser that emits from the gun. The location of this entity will not matter.
|

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
|