CWorld: 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/world.h /game/server/world.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/worldspawn worldspawn]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CWorld''' | ||
== SendProps == | == SendProps == | ||
Latest revision as of 04:59, 24 March 2022
Overview
...
Source location : /game/server/world.h
Linked Entity : worldspawn
Class Structure
- CBaseEntity
- CWorld
SendProps
| 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
| 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 |