Env taubeam: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
{{code|env_taubeam}} is a [[point entity]] available in {{bms12|4}}. This is tau beam that used by the [[weapon_tau|tau cannon]] when firing. It is available only in mod version of the game, not in [[Steam]] versions, replaced with other class that is not linked to an entity.
{{code|env_taubeam}} is a [[point entity]] available in {{bms12|4}}. This is tau beam that used by the [[weapon_tau|tau cannon]] when firing. It is available only in mod version of the game, not in [[Steam]] versions, replaced with other class that is not linked to an entity.


In the mod version, it is represented by class <code>CEnvTauBeam</code>. In Steam versions, it is represented by class <code>CTauBeam</code>.
In the mod version, it is represented by class <code>CEnvTauBeam</code>. In Steam versions, it is represented by class <code>CTE_TauBeam</code>{{confirm}}.

Latest revision as of 00:51, 16 May 2025

Stub

This article or section is a stub. You can help by expanding it.

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.

env_taubeam is a point entity available in Black Mesa (mod) Black Mesa (mod). This is tau beam that used by the tau cannon when firing. It is available only in mod version of the game, not in Steam versions, replaced with other class that is not linked to an entity.

In the mod version, it is represented by class CEnvTauBeam. In Steam versions, it is represented by class CTE_TauBeam[confirm].