CSkyboxSwapper: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == TBD '''Source location : Absent from the 2017 TF2 source code.''' '''Linked Entity : [https://developer.valvesoftware.com/wiki/skybox_swapper skybox_swapper ]...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Precaches and replaces the current 2D skybox material with another. | |||
'''Source location : | '''Source location : [https://github.com/sr2echa/CSGO-Source-Code/tree/master/cstrike15_src/game/server/skyboxswapper.cpp /game/server/skyboxswapper.cpp]''' | ||
'''Linked Entity : [https://developer.valvesoftware.com/wiki/skybox_swapper skybox_swapper ]''' | '''Linked Entity : [https://developer.valvesoftware.com/wiki/skybox_swapper skybox_swapper]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[ | **'''[[CServerOnlyEntity]]''' | ||
***'''CSkyboxSwapper''' | ***'''[[CServerOnlyPointEntity]]''' | ||
****'''CSkyboxSwapper''' | |||
== Entity DataMaps == | == Entity DataMaps == |
Latest revision as of 17:25, 8 March 2023
Overview[edit | edit source]
Precaches and replaces the current 2D skybox material with another.
Source location : /game/server/skyboxswapper.cpp
Linked Entity : skybox_swapper
Class Structure[edit | edit source]
- CBaseEntity
- CServerOnlyEntity
- CServerOnlyPointEntity
- CSkyboxSwapper
- CServerOnlyPointEntity
- CServerOnlyEntity
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputTrigger | ||
m_iszSkyboxName |