CWorld: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
'''Linked entity : ...'''
'''Linked entity : ...'''


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
Line 16: Line 16:


== 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 60:
| 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%;" |
|}
|}

Revision as of 01:28, 16 February 2022

Overview

...

Source location : ...

Linked entity : ...

Class Structure

SendProps

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

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