CSlideshowDisplay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Displays a VGUI screen that shows images in a slideshow. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/slideshow_display.cpp /game/server/slideshow_display.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/slideshow_display.cpp /game/server/slideshow_display.cpp]''' | ||
Latest revision as of 19:18, 10 August 2022
Overview
Displays a VGUI screen that shows images in a slideshow.
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 |