CWorld: Difference between revisions

From SigMod
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 entity : ...'''
'''Linked Entity : [https://developer.valvesoftware.com/wiki/worldspawn worldspawn]'''


==[[Classes|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''CWorld'''
***'''[[CBaseAnimatingOverlay]]'''
****'''[[CBaseFlex]]'''
*****'''[[CBaseCombatCharacter]]'''
******'''[[CBasePlayer]]'''
*******'''CTFPlayer'''


== SendProps ==
== SendProps ==

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]

SendProps[edit | edit source]

CWorld
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]

CWorld
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