CSpriteTrail: 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/SpriteTrail.h /game/shared/SpriteTrail.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/env_spritetrail env_spritetrail]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CSprite]]''' | ||
***''' | ***'''CSpriteTrail''' | ||
== SendProps == | == SendProps == |
Revision as of 04:57, 24 March 2022
Overview
...
Source location : /game/shared/SpriteTrail.h
Linked Entity : env_spritetrail
Class Structure
- CBaseEntity
- CSprite
- CSpriteTrail
- CSprite
SendProps
Name | Type | Description |
---|---|---|
m_flLifeTime | Float | |
m_flStartWidth | Float | |
m_flEndWidth | Float | |
m_flStartWidthVariance | Float | |
m_flTextureRes | Float | |
m_flMinFadeLength | Float | |
m_vecSkyboxOrigin | Vector | |
m_flSkyboxScale | Float |
Entity DataMaps
Name | Type | Description |
---|---|---|
m_bAnimate | ||
m_flEndWidth | ||
m_flLifeTime | ||
m_flMinFadeLength | ||
m_flSkyboxScale | ||
m_flStartWidth | ||
m_flStartWidthVariance | ||
m_flTextureRes | ||
m_iszSpriteName | ||
m_vecSkyboxOrigin |