CBeam: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/beam_shared.h /game/shared/beam_shared.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/beam beam]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CBeam''' | ||
== SendProps == | == SendProps == | ||
Revision as of 04:46, 24 March 2022
Overview
...
Source location : /game/shared/beam_shared.h
Linked Entity : beam
Class Structure
- CBaseEntity
- CBeam
SendProps
| Name | Type | Description | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| m_nBeamType | Integer | ||||||||||||||||||||||||||||||||||
| m_nBeamFlags | Integer | ||||||||||||||||||||||||||||||||||
| m_nNumBeamEnts | Integer | ||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
| m_nHaloIndex | Integer | ||||||||||||||||||||||||||||||||||
| m_fHaloScale | Float | ||||||||||||||||||||||||||||||||||
| m_fWidth | Float | ||||||||||||||||||||||||||||||||||
| m_fEndWidth | Float | ||||||||||||||||||||||||||||||||||
| m_fFadeLength | Float | ||||||||||||||||||||||||||||||||||
| m_fAmplitude | Float | ||||||||||||||||||||||||||||||||||
| m_fStartFrame | Float | ||||||||||||||||||||||||||||||||||
| m_fSpeed | Float | ||||||||||||||||||||||||||||||||||
| m_nRenderFX | Integer | ||||||||||||||||||||||||||||||||||
| m_nRenderMode | Integer | ||||||||||||||||||||||||||||||||||
| m_flFrameRate | Float | ||||||||||||||||||||||||||||||||||
| m_flHDRColorScale | Float | ||||||||||||||||||||||||||||||||||
| m_flFrame | Float | ||||||||||||||||||||||||||||||||||
| m_clrRender | Integer | ||||||||||||||||||||||||||||||||||
| m_vecEndPos | Vector | ||||||||||||||||||||||||||||||||||
| m_nModelIndex | Integer | ||||||||||||||||||||||||||||||||||
| m_vecOrigin | Vector | ||||||||||||||||||||||||||||||||||
| moveparent | Integer | ||||||||||||||||||||||||||||||||||
| m_nMinDXLevel | Integer | ||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| InputColorBlueValue | ||
| InputColorGreenValue | ||
| InputColorRedValue | ||
| InputNoise | ||
| InputWidth | ||
| m_fAmplitude | ||
| m_fEndWidth | ||
| m_fFadeLength | ||
| m_fHaloScale | ||
| m_fSpeed | ||
| m_fStartFrame | ||
| m_fWidth | ||
| m_flDamage | ||
| m_flFireTime | ||
| m_flFrame | ||
| m_flFrameRate | ||
| m_flHDRColorScale | ||
| m_hAttachEntity | ||
| m_hEndEntity | ||
| m_nAttachIndex | ||
| m_nBeamFlags | ||
| m_nBeamType | ||
| m_nDissolveType | ||
| m_nHaloIndex | ||
| m_nMinDXLevel | ||
| m_nNumBeamEnts | ||
| m_vecEndPos |
| Name | Type | Description |
|---|
| Name | Type | Description |
|---|---|---|
| CEnvBeamStrikeThink | ||
| CEnvBeamUpdateThink | ||
| InputStrikeOnce | ||
| InputToggle | ||
| InputTurnOff | ||
| InputTurnOn | ||
| m_OnTouchedByEntity | ||
| m_TouchType | ||
| m_active | ||
| m_boltWidth | ||
| m_frameStart | ||
| m_hFilter | ||
| m_iFilterName | ||
| m_iszDecal | ||
| m_iszEndEntity | ||
| m_iszSpriteName | ||
| m_iszStartEntity | ||
| m_life | ||
| m_noiseAmplitude | ||
| m_radius | ||
| m_restrike | ||
| m_speed | ||
| m_spriteTexture |
| Name | Type | Description |
|---|---|---|
| CEnvLaserStrikeThink | ||
| InputToggle | ||
| InputTurnOff | ||
| InputTurnOn | ||
| m_firePosition | ||
| m_flStartFrame | ||
| m_iszLaserTarget | ||
| m_iszSpriteName | ||
| m_pSprite |