CSprite: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 190: | Line 190: | ||
| style="width: 15%;" | | | style="width: 15%;" | | ||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
Revision as of 20:11, 24 March 2022
Overview
...
Source location : /game/shared/Sprite.h
Linked Entities :
Class Structure
- CBaseEntity
- CSprite
SendProps
Name | Type | Description |
---|---|---|
m_hAttachedToEntity | Integer | |
m_nAttachment | Integer | |
m_flScaleTime | Float | |
m_flSpriteScale | Float | |
m_flGlowProxySize | Float | |
m_flHDRColorScale | Float | |
m_flSpriteFramerate | Float | |
m_flFrame | Float | |
m_flBrightnessTime | Float | |
m_nBrightness | Integer | |
m_bWorldSpaceScale | Boolean |
Entity DataMaps
Name | Type | Description |
---|---|---|
CSpriteAnimateThink | ||
CSpriteAnimateUntilDead | ||
CSpriteBeginFadeOutThink | ||
CSpriteExpandThink | ||
InputColorBlueValue | ||
InputColorGreenValue | ||
InputColorRedValue | ||
InputHideSprite | ||
InputShowSprite | ||
InputToggleSprite | ||
m_bWorldSpaceScale | ||
m_flBrightnessTime | ||
m_flBrightnessTimeStart | ||
m_flDestScale | ||
m_flDieTime | ||
m_flFrame | ||
m_flGlowProxySize | ||
m_flHDRColorScale | ||
m_flLastTime | ||
m_flMaxFrame | ||
m_flScaleTime | ||
m_flScaleTimeStart | ||
m_flSpriteFramerate | ||
m_flSpriteScale | ||
m_flStartScale | ||
m_hAttachedToEntity | ||
m_nAttachment | ||
m_nBrightness | ||
m_nDestBrightness | ||
m_nStartBrightness |