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 edit summary |
||
Line 4: | Line 4: | ||
'''Source location : Absent from the 2017 TF2 source code.''' | '''Source location : Absent from the 2017 TF2 source code.''' | ||
'''Linked Entity : [https://developer.valvesoftware.com/wiki/ | '''Linked Entity : [https://developer.valvesoftware.com/wiki/point_worldtext point_worldtext]''' | ||
<span style='color: green'>TODO: </span> Verify the class name and inheritance | <span style='color: green'>TODO: </span> Verify the class name and inheritance |
Revision as of 08:44, 8 March 2023
Overview
TBD
Source location : Absent from the 2017 TF2 source code.
Linked Entity : point_worldtext
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 |