CPointWorldText: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == TBD '''Source location : Absent from the 2017 TF2 source code.''' '''Linked Entity : [https://developer.valvesoftware.com/wiki/point_world_text point_world_te...") |
(No difference)
|
Revision as of 08:44, 8 March 2023
Overview
TBD
Source location : Absent from the 2017 TF2 source code.
Linked Entity : point_world_text
TODO: Verify the class name and inheritance
Class Structure
- CBaseEntity
- CPointEntity
- CPointWorldText
- CPointEntity
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| InputSetText | ||
| InputSetTextSize | ||
| InputSetTextSpacingX | ||
| InputSetTextSpacingY | ||
| InputSetColor | ||
| InputSetOrientation | ||
| InputSetFont | ||
| InputSetRainbow | ||
| m_szText | ||
| m_colTextColor | ||
| m_flTextSize | ||
| m_flTextSpacingX | ||
| m_flTextSpacingY | ||
| m_nOrientation | ||
| m_nFont | ||
| m_bRainbow |