Env taubeam: Difference between revisions
Jump to navigation
Jump to search
MyGamepedia (talk | contribs) No edit summary |
MyGamepedia (talk | contribs) (Template bug work around.) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:env_taubeam}} | |||
{{Ent not in fgd|nolink=1|codeonly=1}} | {{Ent not in fgd|nolink=1|codeonly=1}} | ||
{{ | {{code|grenade_energy}} is a [[point entity]] available in {{bms12|4}} (the mod version). 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>CTauBeam</code>. |
Revision as of 12:28, 12 May 2025
grenade_energy is a point entity available in Black Mesa (mod) (the mod version). 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 CTauBeam
.