CSlideshowDisplay: 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/slideshow_display.cpp /game/server/slideshow_display.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/vgui_slideshow_display vgui_slideshow_display]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CSlideshowDisplay''' | ||
== SendProps == | == SendProps == |
Revision as of 04:56, 24 March 2022
Overview
...
Source location : /game/server/slideshow_display.cpp
Linked Entity : vgui_slideshow_display
Class Structure
- CBaseEntity
- CSlideshowDisplay
SendProps
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
m_bEnabled | Boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_szDisplayText | String | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_szSlideshowDirectory | String | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
m_fMinSlideTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_fMaxSlideTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iCycleType | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_bNoListRepeats | Boolean |
Entity DataMaps
Name | Type | Description |
---|---|---|
InputAddSlides | ||
InputDisable | ||
InputEnable | ||
InputRemoveAllSlides | ||
InputSetCycleType | ||
InputSetDisplayText | ||
InputSetMaxSlideTime | ||
InputSetMinSlideTime | ||
InputSetNoListRepeats | ||
m_String_tSlideshowDirectory | ||
m_bEnabled | ||
m_bNoListRepeats | ||
m_chCurrentSlideLists | ||
m_fMaxSlideTime | ||
m_fMinSlideTime | ||
m_iCycleType | ||
m_iScreenHeight | ||
m_iScreenWidth | ||
m_szDisplayText | ||
m_szSlideshowDirectory |