CGameText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
== Entity DataMaps == | == Entity DataMaps == | ||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | ||
|+ | |+CGameText | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
! style="width: 15%; background-color: #303030; color: white" |Type | ! style="width: 15%; background-color: #303030; color: white" |Type |
Latest revision as of 22:57, 27 March 2022
Overview[edit | edit source]
...
Source location : /game/server/maprules.cpp
Linked Entity : game_text
Class Structure[edit | edit source]
- CBaseEntity
- CRuleEntity
- CRulePointEntity
- CGameText
- CRulePointEntity
- CRuleEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputDisplay | ||
m_iszMessage | ||
m_textParms | ||
m_textParms.channel | ||
m_textParms.effect | ||
m_textParms.fadeinTime | ||
m_textParms.fadeoutTime | ||
m_textParms.fxTime | ||
m_textParms.holdTime | ||
m_textParms.x | ||
m_textParms.y |