CPointWorldText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
**'''[[CPointEntity]]''' | **'''[[CPointEntity]]''' | ||
***'''CPointWorldText''' | ***'''CPointWorldText''' | ||
== SendProps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
|+CBaseAnimating | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
| style="width: 50%;" |'''m_szText''' | |||
| style="width: 50%;" | | |||
| style="width: 50%;" | | |||
|- | |||
| style="width: 50%;" |'''m_colTextColor''' | |||
| style="width: 50%;" | | |||
| style="width: 50%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flTextSize''' | |||
| style="width: 50%;" | | |||
| style="width: 50%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flTextSpacingX''' | |||
| style="width: 50%;" | | |||
| style="width: 50%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flTextSpacingY''' | |||
| style="width: 50%;" | | |||
| style="width: 50%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nOrientation''' | |||
| style="width: 50%;" | | |||
| style="width: 50%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nFont''' | |||
| style="width: 50%;" | | |||
| style="width: 50%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bRainbow''' | |||
| style="width: 50%;" | | |||
| style="width: 50%;" | | |||
|} | |||
== Entity DataMaps == | == Entity DataMaps == |
Latest revision as of 09:36, 8 March 2023
Overview[edit | edit source]
TBD
Source location : Absent from the 2017 TF2 source code.
Linked Entity : point_worldtext
TODO: Verify the class name and inheritance
Class Structure[edit | edit source]
- CBaseEntity
- CPointEntity
- CPointWorldText
- CPointEntity
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_szText | ||
m_colTextColor | ||
m_flTextSize | ||
m_flTextSpacingX | ||
m_flTextSpacingY | ||
m_nOrientation | ||
m_nFont | ||
m_bRainbow |
Entity DataMaps[edit | edit source]
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 |