CWorld: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/world.h /game/server/world.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/worldspawn worldspawn]''' | ||
==[[ | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CWorld''' | ||
== SendProps == | == SendProps == | ||
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;" | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | ||
|+CWorld | |+CWorld | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
Line 60: | Line 55: | ||
| style="width: 50%;" |'''m_bColdWorld''' | | style="width: 50%;" |'''m_bColdWorld''' | ||
| style="width: 15%;" |Boolean | | style="width: 15%;" |Boolean | ||
| style="width: 35%;" | | |||
|} | |||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CWorld | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
| style="width: 50%;" |'''m_WorldMaxs''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_WorldMins''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bColdWorld''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bDisplayTitle''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bStartDark''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flMaxOccludeeArea''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flMaxPropScreenSpaceWidth''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flMinOccluderArea''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flMinPropScreenSpaceWidth''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flWaveHeight''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_iszChapterTitle''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_iszDetailSpriteMaterial''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
Latest revision as of 04:59, 24 March 2022
Overview[edit | edit source]
...
Source location : /game/server/world.h
Linked Entity : worldspawn
Class Structure[edit | edit source]
- CBaseEntity
- CWorld
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_flWaveHeight | Float | |
m_WorldMins | Vector | |
m_WorldMaxs | Vector | |
m_bStartDark | Boolean | |
m_flMaxOccludeeArea | Float | |
m_flMinOccluderArea | Float | |
m_flMaxPropScreenSpaceWidth | Float | |
m_flMinPropScreenSpaceWidth | Float | |
m_iszDetailSpriteMaterial | String | |
m_bColdWorld | Boolean |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
m_WorldMaxs | ||
m_WorldMins | ||
m_bColdWorld | ||
m_bDisplayTitle | ||
m_bStartDark | ||
m_flMaxOccludeeArea | ||
m_flMaxPropScreenSpaceWidth | ||
m_flMinOccluderArea | ||
m_flMinPropScreenSpaceWidth | ||
m_flWaveHeight | ||
m_iszChapterTitle | ||
m_iszDetailSpriteMaterial |