CEntityDissolve: 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/server/EntityDissolve.h /game/server/EntityDissolve.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/env_entity_dissolver env_entity_dissolver]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CEntityDissolve''' | ||
== SendProps == | == SendProps == | ||
Revision as of 04:51, 24 March 2022
Overview
...
Source location : /game/server/EntityDissolve.h
Linked Entity : env_entity_dissolver
Class Structure
- CBaseEntity
- CEntityDissolve
SendProps
| Name | Type | Description |
|---|---|---|
| m_flStartTime | Float | |
| m_flFadeInStart | Float | |
| m_flFadeInLength | Float | |
| m_flFadeOutModelStart | Float | |
| m_flFadeOutModelLength | Float | |
| m_flFadeOutStart | Float | |
| m_flFadeOutLength | Float | |
| m_nDissolveType | Integer | |
| m_vDissolverOrigin | Vector | |
| m_nMagnitude | Integer |
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CEntityDissolveDissolveThink | ||
| CEntityDissolveElectrocuteThink | ||
| InputDissolve | ||
| m_flFadeInLength | ||
| m_flFadeInStart | ||
| m_flFadeOutLength | ||
| m_flFadeOutModelLength | ||
| m_flFadeOutModelStart | ||
| m_flFadeOutStart | ||
| m_flStartTime | ||
| m_nDissolveType | ||
| m_nMagnitude | ||
| m_vDissolverOrigin |