CVGuiScreen: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/vguiscreen.h /game/server/vguiscreen.h]''' | ||
'''Linked | '''Linked Entities :''' | ||
*''' [https://developer.valvesoftware.com/wiki/vgui_screen vgui_screen]''' | |||
*''' [https://developer.valvesoftware.com/wiki/vgui_screen_team vgui_screen_team]''' | |||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CVGuiScreen''' | ||
== SendProps == | == SendProps == |
Latest revision as of 04:58, 24 March 2022
Overview[edit | edit source]
...
Source location : /game/server/vguiscreen.h
Linked Entities :
Class Structure[edit | edit source]
- CBaseEntity
- CVGuiScreen
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_flWidth | Float | |
m_flHeight | Float | |
m_nAttachmentIndex | Integer | |
m_nPanelName | Integer | |
m_fScreenFlags | Integer | |
m_nOverlayMaterial | Integer | |
m_hPlayerOwner | Integer |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputSetActive | ||
InputSetInactive | ||
m_fScreenFlags | ||
m_flHeight | ||
m_flWidth | ||
m_hPlayerOwner | ||
m_nAttachmentIndex | ||
m_nPanelName | ||
m_strOverlayMaterial |