CEnvLaser: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/EnvLaser.h /game/server/EnvLaser.h]''' '''Linked Entity...") |
No edit summary |
||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Essentially the same as [[CEnvBeam]] but this entity cannot travel through solids. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/EnvLaser.h /game/server/EnvLaser.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/EnvLaser.h /game/server/EnvLaser.h]''' | ||
Revision as of 22:28, 29 July 2022
Overview
Essentially the same as CEnvBeam but this entity cannot travel through solids.
Source location : /game/server/EnvLaser.h
Linked Entity : env_laser
Class Structure
- CBaseEntity
- CBeam
- CEnvLaser
- CBeam
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CEnvLaserStrikeThink | ||
| InputToggle | ||
| InputTurnOff | ||
| InputTurnOn | ||
| m_firePosition | ||
| m_flStartFrame | ||
| m_iszLaserTarget | ||
| m_iszSpriteName | ||
| m_pSprite |